Html Css Color HEX #371479 Persian Indigo

📋 copy color: '#371479'

red 55 ◦ green 20 ◦ blue 121

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

Shades of Persian Indigo #371479

Tints of Persian Indigo #371479

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.2%

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

R = 28.06%
G = 10.2%
B = 61.73%

CMYK

 C value IS 0.55

 M value IS 0.83

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#371479 (or 0x371479) is known color: Persian Indigo. HEX triplet: 37, 14 and 79. RGB value is (55,20,121). Sum of RGB (Red+Green+Blue) = 55+20+121=196 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.06% from 196); Green value is 20 (8.20% from 255 or 10.20% from 196); Blue value is 121 (47.66% from 255 or 61.73% from 196); Max value from RGB is 121 - color contains mainly: blue. Hex color #371479 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #371479 is #C8EB86. Grayscale: #292929. Windows color (decimal): -13167495 or 7935031. OLE color: 7935031.

HSL color Cylindrical-coordinate representation of color #371479: hue angle of 260.79º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #371479 is Cyan = 0.55, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 55 20 121 -
CMYK 0.55 0.83 0 0.53
HSL 260.79º 0.72% 0.28% -
HSV(B) 260.79º 0.83% 0.47% -
XYZ 5.28 2.69 18.33 -
YUV 41.98 172.6 137.29 -
System Red Green Blue C M Y K H S L
Decimal 55 20 121 0.55 0.83 0 0.53 260.79 0.72 0.28
Hex 37 14 79 37 53 0 35 105 48 1C
Octal 67 24 171 67 123 0 65 405 110 34
Binary 110111 10100 1111001 110111 1010011 0 110101 100000101 1001000 11100

Color Harmonies of #371479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371479

Black with #371479

Text Example


Text Example

White with #371479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371479; }

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

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

background-color css

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

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

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

border-color css

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

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

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