#39006F

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

Shades of Indigo #39006F

Tints of Indigo #39006F

Color information

#39006F (or 0x39006F) is unknown color: approx Indigo. HEX triplet: 39, 00 and 6F. RGB value is (57,0,111). Sum of RGB (Red+Green+Blue) = 57+0+111=168 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.93% from 168); Green value is 0 (0.39% from 255 or 0% from 168); Blue value is 111 (43.75% from 255 or 66.07% from 168); Max value from RGB is 111 - color contains mainly: blue. Hex color #39006F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39006F is #C6FF90. Grayscale: #1D1D1D. Windows color (decimal): -13041553 or 7274553. OLE color: 7274553.

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

Color convert

RGB570111-
CMYK0.49100.56
HSL270.81º100%21.76%-
HSV(B)270.81º100%43.53%-
XYZ4.562.0215.19-
YUV29.7173.88147.47-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 33.93%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 111 (43.75% from 255) = 66.07%
R=33.93%
G=0%
B=66.07%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5701110.49100.56270.8110021.76
Hex3906F316403810f6416
Octal7101576114407041714426
Binary1110010110111111000111001000111000100001111110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39006F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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