Html Css Color HEX #372177 Persian Indigo

📋 copy color: '#372177'

red 55 ◦ green 33 ◦ blue 119

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

Shades of Persian Indigo #372177

Tints of Persian Indigo #372177

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 57.49%

R = 26.57%
G = 15.94%
B = 57.49%

CMYK

 C value IS 0.54

 M value IS 0.72

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#372177 (or 0x372177) is known color: Persian Indigo. HEX triplet: 37, 21 and 77. RGB value is (55,33,119). Sum of RGB (Red+Green+Blue) = 55+33+119=207 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.57% from 207); Green value is 33 (13.28% from 255 or 15.94% from 207); Blue value is 119 (46.88% from 255 or 57.49% from 207); Max value from RGB is 119 - color contains mainly: blue. Hex color #372177 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372177 is #C8DE88. Grayscale: #313131. Windows color (decimal): -13164169 or 7807287. OLE color: 7807287.

HSL color Cylindrical-coordinate representation of color #372177: hue angle of 255.35º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #372177 is Cyan = 0.54, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 55 33 119 -
CMYK 0.54 0.72 0 0.53
HSL 255.35º 0.57% 0.3% -
HSV(B) 255.35º 0.72% 0.47% -
XYZ 5.45 3.23 17.79 -
YUV 49.38 167.29 132.01 -
System Red Green Blue C M Y K H S L
Decimal 55 33 119 0.54 0.72 0 0.53 255.35 0.57 0.3
Hex 37 21 77 36 48 0 35 FF 39 1E
Octal 67 41 167 66 110 0 65 377 71 36
Binary 110111 100001 1110111 110110 1001000 0 110101 11111111 111001 11110

Color Harmonies of #372177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372177

Black with #372177

Text Example


Text Example

White with #372177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372177; }

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

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

background-color css

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

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

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

border-color css

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

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

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