#39096F

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

Shades of Persian Indigo #39096F

Tints of Persian Indigo #39096F

Color information

#39096F (or 0x39096F) is unknown color: approx Persian Indigo. HEX triplet: 39, 09 and 6F. RGB value is (57,9,111). Sum of RGB (Red+Green+Blue) = 57+9+111=177 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.20% from 177); Green value is 9 (3.91% from 255 or 5.08% from 177); Blue value is 111 (43.75% from 255 or 62.71% from 177); Max value from RGB is 111 - color contains mainly: blue. Hex color #39096F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39096F is #C6F690. Grayscale: #222222. Windows color (decimal): -13039249 or 7276857. OLE color: 7276857.

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

Color convert

RGB579111-
CMYK0.490.9200.56
HSL268.24º85%23.53%-
HSV(B)268.24º91.89%43.53%-
XYZ4.652.2115.22-
YUV34.98170.9143.71-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 32.20%
GREEN value IS 9 (3.91% from 255) = 5.08%
BLUE value IS 111 (43.75% from 255) = 62.71%
R=32.20%
G=5.08%
B=62.71%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5791110.490.9200.56268.248523.53
Hex3996F315C03810c5518
Octal71111576113407041412530
Binary1110011001110111111000110111000111000100001100101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39096F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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