Html Css Color HEX #371177 Persian Indigo

📋 copy color: '#371177'

red 55 ◦ green 17 ◦ blue 119

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

Shades of Persian Indigo #371177

Tints of Persian Indigo #371177

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.9%

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

R = 28.8%
G = 8.9%
B = 62.3%

CMYK

 C value IS 0.54

 M value IS 0.86

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#371177 (or 0x371177) is known color: Persian Indigo. HEX triplet: 37, 11 and 77. RGB value is (55,17,119). Sum of RGB (Red+Green+Blue) = 55+17+119=191 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.80% from 191); Green value is 17 (7.03% from 255 or 8.90% from 191); Blue value is 119 (46.88% from 255 or 62.30% from 191); Max value from RGB is 119 - color contains mainly: blue. Hex color #371177 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #371177 is #C8EE88. Grayscale: #272727. Windows color (decimal): -13168265 or 7803191. OLE color: 7803191.

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

Color convert

RGB 55 17 119 -
CMYK 0.54 0.86 0 0.53
HSL 262.35º 0.75% 0.27% -
HSV(B) 262.35º 0.86% 0.47% -
XYZ 5.11 2.55 17.67 -
YUV 39.99 172.59 138.71 -
System Red Green Blue C M Y K H S L
Decimal 55 17 119 0.54 0.86 0 0.53 262.35 0.75 0.27
Hex 37 11 77 36 56 0 35 106 4B 1B
Octal 67 21 167 66 126 0 65 406 113 33
Binary 110111 10001 1110111 110110 1010110 0 110101 100000110 1001011 11011

Color Harmonies of #371177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371177

Black with #371177

Text Example


Text Example

White with #371177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371177; }

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

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

background-color css

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

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

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

border-color css

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

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

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