Html Css Color HEX #372585 Persian Indigo

📋 copy color: '#372585'

red 55 ◦ green 37 ◦ blue 133

#372585
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #372585

Tints of Persian Indigo #372585

RGB

 RED value IS 55 (21.88% from 255) = 24.44%

 GREEN value IS 37 (14.84% from 255) = 16.44%

 BLUE value IS 133 (52.34% from 255) = 59.11%

R = 24.44%
G = 16.44%
B = 59.11%

CMYK

 C value IS 0.59

 M value IS 0.72

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#372585 (or 0x372585) is known color: Persian Indigo. HEX triplet: 37, 25 and 85. RGB value is (55,37,133). Sum of RGB (Red+Green+Blue) = 55+37+133=225 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.44% from 225); Green value is 37 (14.84% from 255 or 16.44% from 225); Blue value is 133 (52.34% from 255 or 59.11% from 225); Max value from RGB is 133 - color contains mainly: blue. Hex color #372585 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372585 is #C8DA7A. Grayscale: #343434. Windows color (decimal): -13163131 or 8725815. OLE color: 8725815.

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

Color convert

RGB 55 37 133 -
CMYK 0.59 0.72 0 0.48
HSL 251.25º 0.56% 0.33% -
HSV(B) 251.25º 0.72% 0.52% -
XYZ 6.47 3.83 22.59 -
YUV 53.33 172.96 129.19 -
System Red Green Blue C M Y K H S L
Decimal 55 37 133 0.59 0.72 0 0.48 251.25 0.56 0.33
Hex 37 25 85 3B 48 0 30 FB 38 21
Octal 67 45 205 73 110 0 60 373 70 41
Binary 110111 100101 10000101 111011 1001000 0 110000 11111011 111000 100001

Color Harmonies of #372585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372585

Black with #372585

Text Example


Text Example

White with #372585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372585; }

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

 H1.HeaderClassName
 {
   color: #372585;
 }
 .AnyTagClassName
 {
   color: #372585;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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