#39036F

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

Shades of Persian Indigo #39036F

Tints of Persian Indigo #39036F

Color information

#39036F (or 0x39036F) is unknown color: approx Persian Indigo. HEX triplet: 39, 03 and 6F. RGB value is (57,3,111). Sum of RGB (Red+Green+Blue) = 57+3+111=171 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.33% from 171); Green value is 3 (1.56% from 255 or 1.75% from 171); Blue value is 111 (43.75% from 255 or 64.91% from 171); Max value from RGB is 111 - color contains mainly: blue. Hex color #39036F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39036F is #C6FC90. Grayscale: #1F1F1F. Windows color (decimal): -13040785 or 7275321. OLE color: 7275321.

HSL color Cylindrical-coordinate representation of color #39036F: hue angle of 270º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #39036F is Cyan = 0.49, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB573111-
CMYK0.490.9700.56
HSL270º94.74%22.35%-
HSV(B)270º97.3%43.53%-
XYZ4.592.0815.2-
YUV31.46172.89146.22-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 33.33%
GREEN value IS 3 (1.56% from 255) = 1.75%
BLUE value IS 111 (43.75% from 255) = 64.91%
R=33.33%
G=1.75%
B=64.91%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5731110.490.9700.5627094.7422.35
Hex3936F316103810e5f16
Octal7131576114107041613726
Binary11100111110111111000111000010111000100001110101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39036F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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