Html Css Color HEX #371C79 Persian Indigo

📋 copy color: '#371C79'

red 55 ◦ green 28 ◦ blue 121

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

Shades of Persian Indigo #371C79

Tints of Persian Indigo #371C79

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.73%

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

R = 26.96%
G = 13.73%
B = 59.31%

CMYK

 C value IS 0.55

 M value IS 0.77

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#371C79 (or 0x371C79) is known color: Persian Indigo. HEX triplet: 37, 1C and 79. RGB value is (55,28,121). Sum of RGB (Red+Green+Blue) = 55+28+121=204 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.96% from 204); Green value is 28 (11.33% from 255 or 13.73% from 204); Blue value is 121 (47.66% from 255 or 59.31% from 204); Max value from RGB is 121 - color contains mainly: blue. Hex color #371C79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #371C79 is #C8E386. Grayscale: #2E2E2E. Windows color (decimal): -13165447 or 7937079. OLE color: 7937079.

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

Color convert

RGB 55 28 121 -
CMYK 0.55 0.77 0 0.53
HSL 257.42º 0.62% 0.29% -
HSV(B) 257.42º 0.77% 0.47% -
XYZ 5.44 3.02 18.39 -
YUV 46.68 169.95 133.94 -
System Red Green Blue C M Y K H S L
Decimal 55 28 121 0.55 0.77 0 0.53 257.42 0.62 0.29
Hex 37 1C 79 37 4D 0 35 101 3E 1D
Octal 67 34 171 67 115 0 65 401 76 35
Binary 110111 11100 1111001 110111 1001101 0 110101 100000001 111110 11101

Color Harmonies of #371C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371C79

Black with #371C79

Text Example


Text Example

White with #371C79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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