Html Css Color HEX #371578 Persian Indigo

📋 copy color: '#371578'

red 55 ◦ green 21 ◦ blue 120

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

Shades of Persian Indigo #371578

Tints of Persian Indigo #371578

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.71%

 BLUE value IS 120 (47.27% from 255) = 61.22%

R = 28.06%
G = 10.71%
B = 61.22%

CMYK

 C value IS 0.54

 M value IS 0.83

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#371578 (or 0x371578) is known color: Persian Indigo. HEX triplet: 37, 15 and 78. RGB value is (55,21,120). Sum of RGB (Red+Green+Blue) = 55+21+120=196 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.06% from 196); Green value is 21 (8.59% from 255 or 10.71% from 196); Blue value is 120 (47.27% from 255 or 61.22% from 196); Max value from RGB is 120 - color contains mainly: blue. Hex color #371578 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #371578 is #C8EA87. Grayscale: #2A2A2A. Windows color (decimal): -13167240 or 7869751. OLE color: 7869751.

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

Color convert

RGB 55 21 120 -
CMYK 0.54 0.83 0 0.53
HSL 260.61º 0.7% 0.28% -
HSV(B) 260.61º 0.83% 0.47% -
XYZ 5.23 2.7 18.02 -
YUV 42.45 171.76 136.95 -
System Red Green Blue C M Y K H S L
Decimal 55 21 120 0.54 0.83 0 0.53 260.61 0.7 0.28
Hex 37 15 78 36 53 0 35 105 46 1C
Octal 67 25 170 66 123 0 65 405 106 34
Binary 110111 10101 1111000 110110 1010011 0 110101 100000101 1000110 11100

Color Harmonies of #371578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371578

Black with #371578

Text Example


Text Example

White with #371578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371578; }

 p { color: rgb(55,21,120); }

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

background-color css

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

 a { background-color: rgb(55,21,120); }

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

border-color css

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

 span { border-color: rgb(55,21,120); }

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