Html Css Color HEX #371771 Persian Indigo

📋 copy color: '#371771'

red 55 ◦ green 23 ◦ blue 113

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

Shades of Persian Indigo #371771

Tints of Persian Indigo #371771

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.04%

 BLUE value IS 113 (44.53% from 255) = 59.16%

R = 28.8%
G = 12.04%
B = 59.16%

CMYK

 C value IS 0.51

 M value IS 0.80

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#371771 (or 0x371771) is known color: Persian Indigo. HEX triplet: 37, 17 and 71. RGB value is (55,23,113). Sum of RGB (Red+Green+Blue) = 55+23+113=191 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.80% from 191); Green value is 23 (9.38% from 255 or 12.04% from 191); Blue value is 113 (44.53% from 255 or 59.16% from 191); Max value from RGB is 113 - color contains mainly: blue. Hex color #371771 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #371771 is #C8E88E. Grayscale: #2A2A2A. Windows color (decimal): -13166735 or 7411511. OLE color: 7411511.

HSL color Cylindrical-coordinate representation of color #371771: hue angle of 261.33º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #371771 is Cyan = 0.51, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 55 23 113 -
CMYK 0.51 0.80 0 0.56
HSL 261.33º 0.66% 0.27% -
HSV(B) 261.33º 0.8% 0.44% -
XYZ 4.86 2.62 15.87 -
YUV 42.83 167.6 136.68 -
System Red Green Blue C M Y K H S L
Decimal 55 23 113 0.51 0.80 0 0.56 261.33 0.66 0.27
Hex 37 17 71 33 50 0 38 105 42 1B
Octal 67 27 161 63 120 0 70 405 102 33
Binary 110111 10111 1110001 110011 1010000 0 111000 100000101 1000010 11011

Color Harmonies of #371771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371771

Black with #371771

Text Example


Text Example

White with #371771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371771; }

 p { color: rgb(55,23,113); }

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

background-color css

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

 a { background-color: rgb(55,23,113); }

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

border-color css

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

 span { border-color: rgb(55,23,113); }

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