#371A98

Color #371A98 Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #371A98

Tints of Persian Indigo #371A98

Color information

#371A98 (or 0x371A98) is unknown color: approx Persian Indigo. HEX triplet: 37, 1A and 98. RGB value is (55,26,152). Sum of RGB (Red+Green+Blue) = 55+26+152=233 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.61% from 233); Green value is 26 (10.55% from 255 or 11.16% from 233); Blue value is 152 (59.77% from 255 or 65.24% from 233); Max value from RGB is 152 - color contains mainly: blue. Hex color #371A98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #371A98 is #C8E567. Grayscale: #303030. Windows color (decimal): -13165928 or 9968183. OLE color: 9968183.

HSL color Cylindrical-coordinate representation of color #371A98: hue angle of 253.81º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #371A98 is Cyan = 0.64, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB5526152-
CMYK0.640.8300.40
HSL253.81º70.79%34.9%-
HSV(B)253.81º82.89%59.61%-
XYZ7.613.8230.04-
YUV49.04186.11132.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 55 (21.88% from 255) = 23.61%
GREEN value IS 26 (10.55% from 255) = 11.16%
BLUE value IS 152 (59.77% from 255) = 65.24%
R=23.61%
G=11.16%
B=65.24%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal55261520.640.8300.40253.8170.7934.9
Hex371A984053028fe4723
Octal673223010012305037610743
Binary1101111101010011000100000010100110101000111111101000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371A98; }

 p { color: rgb(55,26,152); }

 H1.HeaderClassName
 {
   color: #371A98;
 }
 .AnyTagClassName
 {
   color: #371A98;
 }
</style>
background-color css

<style>
 a { background-color: #371A98; }

 a { background-color: rgb(55,26,152); }

 div.DivClassName
 {
   background-color: #371A98;
 }
 .BgClassName
 {
   background-color: #371A98;
 }
</style>
border-color css

<style>
 span { border-color: #371A98; }

 span { border-color: rgb(55,26,152); }

 td.TdClassName
 {
   border-color: #371A98;
 }
 .TagClassName
 {
   border-color: #371A98;
 }
</style>