Html Css Color HEX #372185 Persian Indigo

📋 copy color: '#372185'

red 55 ◦ green 33 ◦ blue 133

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

Shades of Persian Indigo #372185

Tints of Persian Indigo #372185

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 value IS 0.59

 M value IS 0.75

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#372185 (or 0x372185) is known color: 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

RGB 55 33 133 -
CMYK 0.59 0.75 0 0.48
HSL 253.2º 0.6% 0.33% -
HSV(B) 253.2º 0.75% 0.52% -
XYZ 6.35 3.59 22.55 -
YUV 50.98 174.29 130.87 -
System Red Green Blue C M Y K H S L
Decimal 55 33 133 0.59 0.75 0 0.48 253.2 0.6 0.33
Hex 37 21 85 3B 4B 0 30 FD 3C 21
Octal 67 41 205 73 113 0 60 375 74 41
Binary 110111 100001 10000101 111011 1001011 0 110000 11111101 111100 100001

Color Harmonies of #372185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372185

Black with #372185

Text Example


Text Example

White with #372185

Text Example


Text Example

HTML Codes & Css Web 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>