#390D9A

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

Shades of Persian Indigo #390D9A

Tints of Persian Indigo #390D9A

Color information

#390D9A (or 0x390D9A) is unknown color: approx Persian Indigo. HEX triplet: 39, 0D and 9A. RGB value is (57,13,154). Sum of RGB (Red+Green+Blue) = 57+13+154=224 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.45% from 224); Green value is 13 (5.47% from 255 or 5.80% from 224); Blue value is 154 (60.55% from 255 or 68.75% from 224); Max value from RGB is 154 - color contains mainly: blue. Hex color #390D9A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390D9A is #C6F265. Grayscale: #292929. Windows color (decimal): -13038182 or 10095929. OLE color: 10095929.

HSL color Cylindrical-coordinate representation of color #390D9A: hue angle of 258.72º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #390D9A is Cyan = 0.63, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB5713154-
CMYK0.630.9200.40
HSL258.72º84.43%32.75%-
HSV(B)258.72º91.56%60.39%-
XYZ7.663.4930.84-
YUV42.23191.08138.54-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.45%
GREEN value IS 13 (5.47% from 255) = 5.80%
BLUE value IS 154 (60.55% from 255) = 68.75%
R=25.45%
G=5.80%
B=68.75%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal57131540.630.9200.40258.7284.4332.75
Hex39D9A3F5C0281035421
Octal71152327713405040312441
Binary111001110110011010111111101110001010001000000111010100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,13,154); }

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

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

 a { background-color: rgb(57,13,154); }

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

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

 span { border-color: rgb(57,13,154); }

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