#39036A

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

Shades of Persian Indigo #39036A

Tints of Persian Indigo #39036A

Color information

#39036A (or 0x39036A) is unknown color: approx Persian Indigo. HEX triplet: 39, 03 and 6A. RGB value is (57,3,106). Sum of RGB (Red+Green+Blue) = 57+3+106=166 (21% of max value = 765). Red value is 57 (22.66% from 255 or 34.34% from 166); Green value is 3 (1.56% from 255 or 1.81% from 166); Blue value is 106 (41.80% from 255 or 63.86% from 166); Max value from RGB is 106 - color contains mainly: blue. Hex color #39036A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39036A is #C6FC95. Grayscale: #1E1E1E. Windows color (decimal): -13040790 or 6947641. OLE color: 6947641.

HSL color Cylindrical-coordinate representation of color #39036A: hue angle of 271.46º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #39036A is Cyan = 0.46, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB573106-
CMYK0.460.9700.58
HSL271.46º94.5%21.37%-
HSV(B)271.46º97.17%41.57%-
XYZ4.321.9813.79-
YUV30.89170.39146.62-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 34.34%
GREEN value IS 3 (1.56% from 255) = 1.81%
BLUE value IS 106 (41.80% from 255) = 63.86%
R=34.34%
G=1.81%
B=63.86%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal5731060.460.9700.58271.4694.521.37
Hex3936A2E6103A10f5e15
Octal7131525614107241713625
Binary11100111110101010111011000010111010100001111101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39036A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39036A; }

 p { color: rgb(57,3,106); }

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

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

 a { background-color: rgb(57,3,106); }

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

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

 span { border-color: rgb(57,3,106); }

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