#37108A

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

Shades of Persian Indigo #37108A

Tints of Persian Indigo #37108A

Color information

#37108A (or 0x37108A) is unknown color: approx Persian Indigo. HEX triplet: 37, 10 and 8A. RGB value is (55,16,138). Sum of RGB (Red+Green+Blue) = 55+16+138=209 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.32% from 209); Green value is 16 (6.64% from 255 or 7.66% from 209); Blue value is 138 (54.30% from 255 or 66.03% from 209); Max value from RGB is 138 - color contains mainly: blue. Hex color #37108A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #37108A is #C8EF75. Grayscale: #292929. Windows color (decimal): -13168502 or 9048119. OLE color: 9048119.

HSL color Cylindrical-coordinate representation of color #37108A: hue angle of 259.18º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #37108A is Cyan = 0.60, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5516138-
CMYK0.600.8800.46
HSL259.18º79.22%30.2%-
HSV(B)259.18º88.41%54.12%-
XYZ6.353.0224.29-
YUV41.57182.42137.58-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.32%
GREEN value IS 16 (6.64% from 255) = 7.66%
BLUE value IS 138 (54.30% from 255) = 66.03%
R=26.32%
G=7.66%
B=66.03%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal55161380.600.8800.46259.1879.2230.2
Hex37108A3C5802E1034f1e
Octal67202127413005640311736
Binary110111100001000101011110010110000101110100000011100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37108A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37108A; }

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

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

<style>
 a { background-color: #37108A; }

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

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

<style>
 span { border-color: #37108A; }

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

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