Html Css Color HEX #371D77 Persian Indigo

📋 copy color: '#371D77'

red 55 ◦ green 29 ◦ blue 119

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

Shades of Persian Indigo #371D77

Tints of Persian Indigo #371D77

RGB

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

 GREEN value IS 29 (11.72% from 255) = 14.29%

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

R = 27.09%
G = 14.29%
B = 58.62%

CMYK

 C value IS 0.54

 M value IS 0.76

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#371D77 (or 0x371D77) is known color: Persian Indigo. HEX triplet: 37, 1D and 77. RGB value is (55,29,119). Sum of RGB (Red+Green+Blue) = 55+29+119=203 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.09% from 203); Green value is 29 (11.72% from 255 or 14.29% from 203); Blue value is 119 (46.88% from 255 or 58.62% from 203); Max value from RGB is 119 - color contains mainly: blue. Hex color #371D77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #371D77 is #C8E288. Grayscale: #2E2E2E. Windows color (decimal): -13165193 or 7806263. OLE color: 7806263.

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

Color convert

RGB 55 29 119 -
CMYK 0.54 0.76 0 0.53
HSL 257.33º 0.61% 0.29% -
HSV(B) 257.33º 0.76% 0.47% -
XYZ 5.34 3.02 17.75 -
YUV 47.03 168.61 133.68 -
System Red Green Blue C M Y K H S L
Decimal 55 29 119 0.54 0.76 0 0.53 257.33 0.61 0.29
Hex 37 1D 77 36 4C 0 35 101 3D 1D
Octal 67 35 167 66 114 0 65 401 75 35
Binary 110111 11101 1110111 110110 1001100 0 110101 100000001 111101 11101

Color Harmonies of #371D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371D77

Black with #371D77

Text Example


Text Example

White with #371D77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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