Html Css Color HEX #371B77 Persian Indigo

📋 copy color: '#371B77'

red 55 ◦ green 27 ◦ blue 119

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

Shades of Persian Indigo #371B77

Tints of Persian Indigo #371B77

RGB

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

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

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

R = 27.36%
G = 13.43%
B = 59.2%

CMYK

 C value IS 0.54

 M value IS 0.77

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#371B77 (or 0x371B77) is known color: Persian Indigo. HEX triplet: 37, 1B and 77. RGB value is (55,27,119). Sum of RGB (Red+Green+Blue) = 55+27+119=201 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.36% from 201); Green value is 27 (10.94% from 255 or 13.43% from 201); Blue value is 119 (46.88% from 255 or 59.20% from 201); Max value from RGB is 119 - color contains mainly: blue. Hex color #371B77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #371B77 is #C8E488. Grayscale: #2D2D2D. Windows color (decimal): -13165705 or 7805751. OLE color: 7805751.

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

Color convert

RGB 55 27 119 -
CMYK 0.54 0.77 0 0.53
HSL 258.26º 0.63% 0.29% -
HSV(B) 258.26º 0.77% 0.47% -
XYZ 5.3 2.93 17.74 -
YUV 45.86 169.28 134.52 -
System Red Green Blue C M Y K H S L
Decimal 55 27 119 0.54 0.77 0 0.53 258.26 0.63 0.29
Hex 37 1B 77 36 4D 0 35 102 3F 1D
Octal 67 33 167 66 115 0 65 402 77 35
Binary 110111 11011 1110111 110110 1001101 0 110101 100000010 111111 11101

Color Harmonies of #371B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371B77

Black with #371B77

Text Example


Text Example

White with #371B77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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