#37177D

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

Shades of Persian Indigo #37177D

Tints of Persian Indigo #37177D

Color information

#37177D (or 0x37177D) is unknown color: approx Persian Indigo. HEX triplet: 37, 17 and 7D. RGB value is (55,23,125). Sum of RGB (Red+Green+Blue) = 55+23+125=203 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.09% from 203); Green value is 23 (9.38% from 255 or 11.33% from 203); Blue value is 125 (49.22% from 255 or 61.58% from 203); Max value from RGB is 125 - color contains mainly: blue. Hex color #37177D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37177D is #C8E882. Grayscale: #2B2B2B. Windows color (decimal): -13166723 or 8197943. OLE color: 8197943.

HSL color Cylindrical-coordinate representation of color #37177D: hue angle of 258.82º degrees, saturation: 0.69, 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 #37177D is Cyan = 0.56, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5523125-
CMYK0.560.8200.51
HSL258.82º68.92%29.02%-
HSV(B)258.82º81.6%49.02%-
XYZ5.582.9119.67-
YUV44.2173.6135.71-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 27.09%
GREEN value IS 23 (9.38% from 255) = 11.33%
BLUE value IS 125 (49.22% from 255) = 61.58%
R=27.09%
G=11.33%
B=61.58%

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
Decimal55231250.560.8200.51258.8268.9229.02
Hex37177D3852033103451d
Octal67271757012206340310535
Binary11011110111111110111100010100100110011100000011100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37177D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37177D; }

 p { color: rgb(55,23,125); }

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

<style>
 a { background-color: #37177D; }

 a { background-color: rgb(55,23,125); }

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

<style>
 span { border-color: #37177D; }

 span { border-color: rgb(55,23,125); }

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