Html Css Color HEX #372186 Persian Indigo

📋 copy color: '#372186'

red 55 ◦ green 33 ◦ blue 134

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

Shades of Persian Indigo #372186

Tints of Persian Indigo #372186

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.86%

 BLUE value IS 134 (52.73% from 255) = 60.36%

R = 24.77%
G = 14.86%
B = 60.36%

CMYK

 C value IS 0.59

 M value IS 0.75

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#372186 (or 0x372186) is known color: Persian Indigo. HEX triplet: 37, 21 and 86. RGB value is (55,33,134). Sum of RGB (Red+Green+Blue) = 55+33+134=222 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.77% from 222); Green value is 33 (13.28% from 255 or 14.86% from 222); Blue value is 134 (52.73% from 255 or 60.36% from 222); Max value from RGB is 134 - color contains mainly: blue. Hex color #372186 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372186 is #C8DE79. Grayscale: #323232. Windows color (decimal): -13164154 or 8790327. OLE color: 8790327.

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

Color convert

RGB 55 33 134 -
CMYK 0.59 0.75 0 0.47
HSL 253.07º 0.6% 0.33% -
HSV(B) 253.07º 0.75% 0.53% -
XYZ 6.42 3.62 22.91 -
YUV 51.09 174.79 130.79 -
System Red Green Blue C M Y K H S L
Decimal 55 33 134 0.59 0.75 0 0.47 253.07 0.6 0.33
Hex 37 21 86 3B 4B 0 2F FD 3C 21
Octal 67 41 206 73 113 0 57 375 74 41
Binary 110111 100001 10000110 111011 1001011 0 101111 11111101 111100 100001

Color Harmonies of #372186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372186

Black with #372186

Text Example


Text Example

White with #372186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372186; }

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

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

background-color css

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

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

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

border-color css

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

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

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