#39076F

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

Shades of Persian Indigo #39076F

Tints of Persian Indigo #39076F

Color information

#39076F (or 0x39076F) is unknown color: approx Persian Indigo. HEX triplet: 39, 07 and 6F. RGB value is (57,7,111). Sum of RGB (Red+Green+Blue) = 57+7+111=175 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.57% from 175); Green value is 7 (3.12% from 255 or 4% from 175); Blue value is 111 (43.75% from 255 or 63.43% from 175); Max value from RGB is 111 - color contains mainly: blue. Hex color #39076F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39076F is #C6F890. Grayscale: #212121. Windows color (decimal): -13039761 or 7276345. OLE color: 7276345.

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

Color convert

RGB577111-
CMYK0.490.9400.56
HSL268.85º88.14%23.14%-
HSV(B)268.85º93.69%43.53%-
XYZ4.632.1715.21-
YUV33.81171.56144.54-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 32.57%
GREEN value IS 7 (3.12% from 255) = 4%
BLUE value IS 111 (43.75% from 255) = 63.43%
R=32.57%
G=4%
B=63.43%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5771110.490.9400.56268.8588.1423.14
Hex3976F315E03810d5817
Octal7171576113607041513027
Binary111001111110111111000110111100111000100001101101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39076F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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