#390399

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

Shades of Indigo #390399

Tints of Indigo #390399

Color information

#390399 (or 0x390399) is unknown color: approx Indigo. HEX triplet: 39, 03 and 99. RGB value is (57,3,153). Sum of RGB (Red+Green+Blue) = 57+3+153=213 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.76% from 213); Green value is 3 (1.56% from 255 or 1.41% from 213); Blue value is 153 (60.16% from 255 or 71.83% from 213); Max value from RGB is 153 - color contains mainly: blue. Hex color #390399 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390399 is #C6FC66. Grayscale: #232323. Windows color (decimal): -13040743 or 10027833. OLE color: 10027833.

HSL color Cylindrical-coordinate representation of color #390399: hue angle of 261.6º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #390399 is Cyan = 0.63, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB573153-
CMYK0.630.9800.4
HSL261.6º96.15%30.59%-
HSV(B)261.6º98.04%60%-
XYZ7.473.2330.37-
YUV36.25193.89142.8-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.76%
GREEN value IS 3 (1.56% from 255) = 1.41%
BLUE value IS 153 (60.16% from 255) = 71.83%
R=26.76%
G=1.41%
B=71.83%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal5731530.630.9800.4261.696.1530.59
Hex393993F62028106601f
Octal7132317714205040614037
Binary111001111001100111111111000100101000100000110110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390399; }

 p { color: rgb(57,3,153); }

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

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

 a { background-color: rgb(57,3,153); }

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

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

 span { border-color: rgb(57,3,153); }

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