#37167C

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

Shades of Persian Indigo #37167C

Tints of Persian Indigo #37167C

Color information

#37167C (or 0x37167C) is unknown color: approx Persian Indigo. HEX triplet: 37, 16 and 7C. RGB value is (55,22,124). Sum of RGB (Red+Green+Blue) = 55+22+124=201 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.36% from 201); Green value is 22 (8.98% from 255 or 10.95% from 201); Blue value is 124 (48.83% from 255 or 61.69% from 201); Max value from RGB is 124 - color contains mainly: blue. Hex color #37167C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37167C is #C8E983. Grayscale: #2B2B2B. Windows color (decimal): -13166980 or 8132151. OLE color: 8132151.

HSL color Cylindrical-coordinate representation of color #37167C: hue angle of 259.41º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #37167C is Cyan = 0.56, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5522124-
CMYK0.560.8200.51
HSL259.41º69.86%28.63%-
HSV(B)259.41º82.26%48.63%-
XYZ5.52.8419.33-
YUV43.5173.43136.21-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 27.36%
GREEN value IS 22 (8.98% from 255) = 10.95%
BLUE value IS 124 (48.83% from 255) = 61.69%
R=27.36%
G=10.95%
B=61.69%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal55221240.560.8200.51259.4169.8628.63
Hex37167C3852033103461d
Octal67261747012206340310635
Binary11011110110111110011100010100100110011100000011100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37167C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37167C; }

 p { color: rgb(55,22,124); }

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

<style>
 a { background-color: #37167C; }

 a { background-color: rgb(55,22,124); }

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

<style>
 span { border-color: #37167C; }

 span { border-color: rgb(55,22,124); }

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