Html Css Color HEX #371576 Persian Indigo

📋 copy color: '#371576'

red 55 ◦ green 21 ◦ blue 118

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

Shades of Persian Indigo #371576

Tints of Persian Indigo #371576

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.82%

 BLUE value IS 118 (46.48% from 255) = 60.82%

R = 28.35%
G = 10.82%
B = 60.82%

CMYK

 C value IS 0.53

 M value IS 0.82

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#371576 (or 0x371576) is known color: Persian Indigo. HEX triplet: 37, 15 and 76. RGB value is (55,21,118). Sum of RGB (Red+Green+Blue) = 55+21+118=194 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.35% from 194); Green value is 21 (8.59% from 255 or 10.82% from 194); Blue value is 118 (46.48% from 255 or 60.82% from 194); Max value from RGB is 118 - color contains mainly: blue. Hex color #371576 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #371576 is #C8EA89. Grayscale: #292929. Windows color (decimal): -13167242 or 7738679. OLE color: 7738679.

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

Color convert

RGB 55 21 118 -
CMYK 0.53 0.82 0 0.54
HSL 261.03º 0.7% 0.27% -
HSV(B) 261.03º 0.82% 0.46% -
XYZ 5.11 2.66 17.38 -
YUV 42.22 170.76 137.11 -
System Red Green Blue C M Y K H S L
Decimal 55 21 118 0.53 0.82 0 0.54 261.03 0.7 0.27
Hex 37 15 76 35 52 0 36 105 46 1B
Octal 67 25 166 65 122 0 66 405 106 33
Binary 110111 10101 1110110 110101 1010010 0 110110 100000101 1000110 11011

Color Harmonies of #371576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371576

Black with #371576

Text Example


Text Example

White with #371576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371576; }

 p { color: rgb(55,21,118); }

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

background-color css

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

 a { background-color: rgb(55,21,118); }

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

border-color css

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

 span { border-color: rgb(55,21,118); }

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