#39017F

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

Shades of Indigo #39017F

Tints of Indigo #39017F

Color information

#39017F (or 0x39017F) is unknown color: approx Indigo. HEX triplet: 39, 01 and 7F. RGB value is (57,1,127). Sum of RGB (Red+Green+Blue) = 57+1+127=185 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.81% from 185); Green value is 1 (0.78% from 255 or 0.54% from 185); Blue value is 127 (50% from 255 or 68.65% from 185); Max value from RGB is 127 - color contains mainly: blue. Hex color #39017F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39017F is #C6FE80. Grayscale: #1F1F1F. Windows color (decimal): -13041281 or 8323385. OLE color: 8323385.

HSL color Cylindrical-coordinate representation of color #39017F: hue angle of 266.67º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #39017F is Cyan = 0.55, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB571127-
CMYK0.550.9900.50
HSL266.67º98.44%25.1%-
HSV(B)266.67º99.21%49.8%-
XYZ5.532.4220.26-
YUV32.11181.55145.75-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 30.81%
GREEN value IS 1 (0.78% from 255) = 0.54%
BLUE value IS 127 (50% from 255) = 68.65%
R=30.81%
G=0.54%
B=68.65%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal5711270.550.9900.50266.6798.4425.1
Hex3917F376303210b6219
Octal7111776714306241314231
Binary1110011111111111011111000110110010100001011110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39017F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,1,127); }

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

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

 a { background-color: rgb(57,1,127); }

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

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

 span { border-color: rgb(57,1,127); }

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