#371578

Color #371578 Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #371578

Tints of Persian Indigo #371578

Color information

#371578 (or 0x371578) is unknown color: approx 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

RGB5521120-
CMYK0.540.8300.53
HSL260.61º70.21%27.65%-
HSV(B)260.61º82.5%47.06%-
XYZ5.232.718.02-
YUV42.45171.76136.95-

RGB Variations

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

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 (Cyan) values IS 0.54
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal55211200.540.8300.53260.6170.2127.65
Hex3715783653035105461c
Octal67251706612306540510634
Binary11011110101111100011011010100110110101100000101100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>