#391070

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

Shades of Persian Indigo #391070

Tints of Persian Indigo #391070

Color information

#391070 (or 0x391070) is unknown color: approx Persian Indigo. HEX triplet: 39, 10 and 70. RGB value is (57,16,112). Sum of RGB (Red+Green+Blue) = 57+16+112=185 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.81% from 185); Green value is 16 (6.64% from 255 or 8.65% from 185); Blue value is 112 (44.14% from 255 or 60.54% from 185); Max value from RGB is 112 - color contains mainly: blue. Hex color #391070 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #391070 is #C6EF8F. Grayscale: #262626. Windows color (decimal): -13037456 or 7344185. OLE color: 7344185.

HSL color Cylindrical-coordinate representation of color #391070: hue angle of 265.62º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #391070 is Cyan = 0.49, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5716112-
CMYK0.490.8600.56
HSL265.62º75%25.1%-
HSV(B)265.62º85.71%43.92%-
XYZ4.82.4115.54-
YUV39.2169.08140.69-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 30.81%
GREEN value IS 16 (6.64% from 255) = 8.65%
BLUE value IS 112 (44.14% from 255) = 60.54%
R=30.81%
G=8.65%
B=60.54%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal57161120.490.8600.56265.627525.1
Hex391070315603810a4b19
Octal71201606112607041211331
Binary11100110000111000011000110101100111000100001010100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391070; }

 p { color: rgb(57,16,112); }

 H1.HeaderClassName
 {
   color: #391070;
 }
 .AnyTagClassName
 {
   color: #391070;
 }
</style>
background-color css

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

 a { background-color: rgb(57,16,112); }

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

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

 span { border-color: rgb(57,16,112); }

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