Html Css Color HEX #371D79 Persian Indigo

📋 copy color: '#371D79'

red 55 ◦ green 29 ◦ blue 121

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

Shades of Persian Indigo #371D79

Tints of Persian Indigo #371D79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 59.02%

R = 26.83%
G = 14.15%
B = 59.02%

CMYK

 C value IS 0.55

 M value IS 0.76

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#371D79 (or 0x371D79) is known color: Persian Indigo. HEX triplet: 37, 1D and 79. RGB value is (55,29,121). Sum of RGB (Red+Green+Blue) = 55+29+121=205 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.83% from 205); Green value is 29 (11.72% from 255 or 14.15% from 205); Blue value is 121 (47.66% from 255 or 59.02% from 205); Max value from RGB is 121 - color contains mainly: blue. Hex color #371D79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #371D79 is #C8E286. Grayscale: #2E2E2E. Windows color (decimal): -13165191 or 7937335. OLE color: 7937335.

HSL color Cylindrical-coordinate representation of color #371D79: hue angle of 256.96º 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 #371D79 is Cyan = 0.55, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 55 29 121 -
CMYK 0.55 0.76 0 0.53
HSL 256.96º 0.61% 0.29% -
HSV(B) 256.96º 0.76% 0.47% -
XYZ 5.47 3.07 18.39 -
YUV 47.26 169.61 133.52 -
System Red Green Blue C M Y K H S L
Decimal 55 29 121 0.55 0.76 0 0.53 256.96 0.61 0.29
Hex 37 1D 79 37 4C 0 35 101 3D 1D
Octal 67 35 171 67 114 0 65 401 75 35
Binary 110111 11101 1111001 110111 1001100 0 110101 100000001 111101 11101

Color Harmonies of #371D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371D79

Black with #371D79

Text Example


Text Example

White with #371D79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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