#390A95

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

Shades of Persian Indigo #390A95

Tints of Persian Indigo #390A95

Color information

#390A95 (or 0x390A95) is unknown color: approx Persian Indigo. HEX triplet: 39, 0A and 95. RGB value is (57,10,149). Sum of RGB (Red+Green+Blue) = 57+10+149=216 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.39% from 216); Green value is 10 (4.30% from 255 or 4.63% from 216); Blue value is 149 (58.59% from 255 or 68.98% from 216); Max value from RGB is 149 - color contains mainly: blue. Hex color #390A95 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390A95 is #C6F56A. Grayscale: #272727. Windows color (decimal): -13038955 or 9767481. OLE color: 9767481.

HSL color Cylindrical-coordinate representation of color #390A95: hue angle of 260.29º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #390A95 is Cyan = 0.62, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5710149-
CMYK0.620.9300.42
HSL260.29º87.42%31.18%-
HSV(B)260.29º93.29%58.43%-
XYZ7.223.2628.68-
YUV39.9189.57140.2-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.39%
GREEN value IS 10 (4.30% from 255) = 4.63%
BLUE value IS 149 (58.59% from 255) = 68.98%
R=26.39%
G=4.63%
B=68.98%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal57101490.620.9300.42260.2987.4231.18
Hex39A953E5D02A104571f
Octal71122257613505240412737
Binary11100110101001010111111010111010101010100000100101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390A95; }

 p { color: rgb(57,10,149); }

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

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

 a { background-color: rgb(57,10,149); }

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

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

 span { border-color: rgb(57,10,149); }

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