#37168D

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

Shades of Persian Indigo #37168D

Tints of Persian Indigo #37168D

Color information

#37168D (or 0x37168D) is unknown color: approx Persian Indigo. HEX triplet: 37, 16 and 8D. RGB value is (55,22,141). Sum of RGB (Red+Green+Blue) = 55+22+141=218 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.23% from 218); Green value is 22 (8.98% from 255 or 10.09% from 218); Blue value is 141 (55.47% from 255 or 64.68% from 218); Max value from RGB is 141 - color contains mainly: blue. Hex color #37168D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #37168D is #C8E972. Grayscale: #2C2C2C. Windows color (decimal): -13166963 or 9246263. OLE color: 9246263.

HSL color Cylindrical-coordinate representation of color #37168D: hue angle of 256.64º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #37168D is Cyan = 0.61, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5522141-
CMYK0.610.8400.45
HSL256.64º73.01%31.96%-
HSV(B)256.64º84.4%55.29%-
XYZ6.673.3125.49-
YUV45.43181.93134.82-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.23%
GREEN value IS 22 (8.98% from 255) = 10.09%
BLUE value IS 141 (55.47% from 255) = 64.68%
R=25.23%
G=10.09%
B=64.68%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal55221410.610.8400.45256.6473.0131.96
Hex37168D3D5402D1014920
Octal67262157512405540111140
Binary1101111011010001101111101101010001011011000000011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37168D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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