Html Css Color HEX #371B76 Persian Indigo

📋 copy color: '#371B76'

red 55 ◦ green 27 ◦ blue 118

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

Shades of Persian Indigo #371B76

Tints of Persian Indigo #371B76

RGB

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

 GREEN value IS 27 (10.94% from 255) = 13.5%

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

R = 27.5%
G = 13.5%
B = 59%

CMYK

 C value IS 0.53

 M value IS 0.77

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#371B76 (or 0x371B76) is known color: Persian Indigo. HEX triplet: 37, 1B and 76. RGB value is (55,27,118). Sum of RGB (Red+Green+Blue) = 55+27+118=200 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.5% from 200); Green value is 27 (10.94% from 255 or 13.5% from 200); Blue value is 118 (46.48% from 255 or 59% from 200); Max value from RGB is 118 - color contains mainly: blue. Hex color #371B76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #371B76 is #C8E489. Grayscale: #2D2D2D. Windows color (decimal): -13165706 or 7740215. OLE color: 7740215.

HSL color Cylindrical-coordinate representation of color #371B76: hue angle of 258.46º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #371B76 is Cyan = 0.53, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 55 27 118 -
CMYK 0.53 0.77 0 0.54
HSL 258.46º 0.63% 0.28% -
HSV(B) 258.46º 0.77% 0.46% -
XYZ 5.24 2.9 17.42 -
YUV 45.75 168.78 134.6 -
System Red Green Blue C M Y K H S L
Decimal 55 27 118 0.53 0.77 0 0.54 258.46 0.63 0.28
Hex 37 1B 76 35 4D 0 36 102 3F 1C
Octal 67 33 166 65 115 0 66 402 77 34
Binary 110111 11011 1110110 110101 1001101 0 110110 100000010 111111 11100

Color Harmonies of #371B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371B76

Black with #371B76

Text Example


Text Example

White with #371B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371B76; }

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

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

background-color css

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

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

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

border-color css

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

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

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