Html Css Color HEX #371877 Persian Indigo

📋 copy color: '#371877'

red 55 ◦ green 24 ◦ blue 119

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

Shades of Persian Indigo #371877

Tints of Persian Indigo #371877

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.12%

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

R = 27.78%
G = 12.12%
B = 60.1%

CMYK

 C value IS 0.54

 M value IS 0.80

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#371877 (or 0x371877) is known color: Persian Indigo. HEX triplet: 37, 18 and 77. RGB value is (55,24,119). Sum of RGB (Red+Green+Blue) = 55+24+119=198 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.78% from 198); Green value is 24 (9.77% from 255 or 12.12% from 198); Blue value is 119 (46.88% from 255 or 60.10% from 198); Max value from RGB is 119 - color contains mainly: blue. Hex color #371877 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #371877 is #C8E788. Grayscale: #2B2B2B. Windows color (decimal): -13166473 or 7804983. OLE color: 7804983.

HSL color Cylindrical-coordinate representation of color #371877: hue angle of 259.58º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #371877 is Cyan = 0.54, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 55 24 119 -
CMYK 0.54 0.80 0 0.53
HSL 259.58º 0.66% 0.28% -
HSV(B) 259.58º 0.8% 0.47% -
XYZ 5.23 2.8 17.72 -
YUV 44.1 170.27 135.78 -
System Red Green Blue C M Y K H S L
Decimal 55 24 119 0.54 0.80 0 0.53 259.58 0.66 0.28
Hex 37 18 77 36 50 0 35 104 42 1C
Octal 67 30 167 66 120 0 65 404 102 34
Binary 110111 11000 1110111 110110 1010000 0 110101 100000100 1000010 11100

Color Harmonies of #371877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371877

Black with #371877

Text Example


Text Example

White with #371877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371877; }

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

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

background-color css

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

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

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

border-color css

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

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

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