#39028C

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

Shades of Indigo #39028C

Tints of Indigo #39028C

Color information

#39028C (or 0x39028C) is unknown color: approx Indigo. HEX triplet: 39, 02 and 8C. RGB value is (57,2,140). Sum of RGB (Red+Green+Blue) = 57+2+140=199 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.64% from 199); Green value is 2 (1.17% from 255 or 1.01% from 199); Blue value is 140 (55.08% from 255 or 70.35% from 199); Max value from RGB is 140 - color contains mainly: blue. Hex color #39028C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #39028C is #C6FD73. Grayscale: #212121. Windows color (decimal): -13041012 or 9175609. OLE color: 9175609.

HSL color Cylindrical-coordinate representation of color #39028C: hue angle of 263.91º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #39028C is Cyan = 0.59, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB572140-
CMYK0.590.9900.45
HSL263.91º97.18%27.84%-
HSV(B)263.91º98.57%54.9%-
XYZ6.442.8125.01-
YUV34.18187.72144.28-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 28.64%
GREEN value IS 2 (1.17% from 255) = 1.01%
BLUE value IS 140 (55.08% from 255) = 70.35%
R=28.64%
G=1.01%
B=70.35%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal5721400.590.9900.45263.9197.1827.84
Hex3928C3B6302D108611c
Octal7122147314305541014134
Binary111001101000110011101111000110101101100001000110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39028C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,2,140); }

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

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

 a { background-color: rgb(57,2,140); }

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

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

 span { border-color: rgb(57,2,140); }

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