#371A8A

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

Shades of Persian Indigo #371A8A

Tints of Persian Indigo #371A8A

Color information

#371A8A (or 0x371A8A) is unknown color: approx Persian Indigo. HEX triplet: 37, 1A and 8A. RGB value is (55,26,138). Sum of RGB (Red+Green+Blue) = 55+26+138=219 (29% of max value = 765). Red value is 55 (21.88% from 255 or 25.11% from 219); Green value is 26 (10.55% from 255 or 11.87% from 219); Blue value is 138 (54.30% from 255 or 63.01% from 219); Max value from RGB is 138 - color contains mainly: blue. Hex color #371A8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #371A8A is #C8E575. Grayscale: #2F2F2F. Windows color (decimal): -13165942 or 9050679. OLE color: 9050679.

HSL color Cylindrical-coordinate representation of color #371A8A: hue angle of 255.54º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #371A8A is Cyan = 0.60, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5526138-
CMYK0.600.8100.46
HSL255.54º68.29%32.16%-
HSV(B)255.54º81.16%54.12%-
XYZ6.533.3924.35-
YUV47.44179.11133.39-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.11%
GREEN value IS 26 (10.55% from 255) = 11.87%
BLUE value IS 138 (54.30% from 255) = 63.01%
R=25.11%
G=11.87%
B=63.01%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal55261380.600.8100.46255.5468.2932.16
Hex371A8A3C5102E1004420
Octal67322127412105640010440
Binary1101111101010001010111100101000101011101000000001000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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