#372185

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

Shades of Persian Indigo #372185

Tints of Persian Indigo #372185

Color information

#372185 (or 0x372185) is unknown color: approx Persian Indigo. HEX triplet: 37, 21 and 85. RGB value is (55,33,133). Sum of RGB (Red+Green+Blue) = 55+33+133=221 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.89% from 221); Green value is 33 (13.28% from 255 or 14.93% from 221); Blue value is 133 (52.34% from 255 or 60.18% from 221); Max value from RGB is 133 - color contains mainly: blue. Hex color #372185 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372185 is #C8DE7A. Grayscale: #323232. Windows color (decimal): -13164155 or 8724791. OLE color: 8724791.

HSL color Cylindrical-coordinate representation of color #372185: hue angle of 253.2º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #372185 is Cyan = 0.59, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5533133-
CMYK0.590.7500.48
HSL253.2º60.24%32.55%-
HSV(B)253.2º75.19%52.16%-
XYZ6.353.5922.55-
YUV50.98174.29130.87-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.89%
GREEN value IS 33 (13.28% from 255) = 14.93%
BLUE value IS 133 (52.34% from 255) = 60.18%
R=24.89%
G=14.93%
B=60.18%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal55331330.590.7500.48253.260.2432.55
Hex3721853B4B030fd3c21
Octal6741205731130603757441
Binary110111100001100001011110111001011011000011111101111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372185; }

 p { color: rgb(55,33,133); }

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

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

 a { background-color: rgb(55,33,133); }

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

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

 span { border-color: rgb(55,33,133); }

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