#39017C

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

Shades of Indigo #39017C

Tints of Indigo #39017C

Color information

#39017C (or 0x39017C) is unknown color: approx Indigo. HEX triplet: 39, 01 and 7C. RGB value is (57,1,124). Sum of RGB (Red+Green+Blue) = 57+1+124=182 (24% of max value = 765). Red value is 57 (22.66% from 255 or 31.32% from 182); Green value is 1 (0.78% from 255 or 0.55% from 182); Blue value is 124 (48.83% from 255 or 68.13% from 182); Max value from RGB is 124 - color contains mainly: blue. Hex color #39017C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39017C is #C6FE83. Grayscale: #1F1F1F. Windows color (decimal): -13041284 or 8126777. OLE color: 8126777.

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

Color convert

RGB571124-
CMYK0.540.9900.51
HSL267.32º98.4%24.51%-
HSV(B)267.32º99.19%48.63%-
XYZ5.342.3519.24-
YUV31.77180.05146-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 31.32%
GREEN value IS 1 (0.78% from 255) = 0.55%
BLUE value IS 124 (48.83% from 255) = 68.13%
R=31.32%
G=0.55%
B=68.13%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal5711240.540.9900.51267.3298.424.51
Hex3917C366303310b6219
Octal7111746614306341314231
Binary1110011111110011011011000110110011100001011110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39017C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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