#39017E

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

Shades of Indigo #39017E

Tints of Indigo #39017E

Color information

#39017E (or 0x39017E) is unknown color: approx Indigo. HEX triplet: 39, 01 and 7E. RGB value is (57,1,126). Sum of RGB (Red+Green+Blue) = 57+1+126=184 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.98% from 184); Green value is 1 (0.78% from 255 or 0.54% from 184); Blue value is 126 (49.61% from 255 or 68.48% from 184); Max value from RGB is 126 - color contains mainly: blue. Hex color #39017E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39017E is #C6FE81. Grayscale: #1F1F1F. Windows color (decimal): -13041282 or 8257849. OLE color: 8257849.

HSL color Cylindrical-coordinate representation of color #39017E: hue angle of 266.88º 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 #39017E is Cyan = 0.55, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB571126-
CMYK0.550.9900.51
HSL266.88º98.43%24.9%-
HSV(B)266.88º99.21%49.41%-
XYZ5.462.419.91-
YUV31.99181.05145.84-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 30.98%
GREEN value IS 1 (0.78% from 255) = 0.54%
BLUE value IS 126 (49.61% from 255) = 68.48%
R=30.98%
G=0.54%
B=68.48%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal5711260.550.9900.51266.8898.4324.9
Hex3917E376303310b6219
Octal7111766714306341314231
Binary1110011111111011011111000110110011100001011110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39017E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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