#390290

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

Shades of Indigo #390290

Tints of Indigo #390290

Color information

#390290 (or 0x390290) is unknown color: approx Indigo. HEX triplet: 39, 02 and 90. RGB value is (57,2,144). Sum of RGB (Red+Green+Blue) = 57+2+144=203 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.08% from 203); Green value is 2 (1.17% from 255 or 0.99% from 203); Blue value is 144 (56.64% from 255 or 70.94% from 203); Max value from RGB is 144 - color contains mainly: blue. Hex color #390290 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390290 is #C6FD6F. Grayscale: #222222. Windows color (decimal): -13041008 or 9437753. OLE color: 9437753.

HSL color Cylindrical-coordinate representation of color #390290: hue angle of 263.24º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #390290 is Cyan = 0.60, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB572144-
CMYK0.600.9900.44
HSL263.24º97.26%28.63%-
HSV(B)263.24º98.61%56.47%-
XYZ6.742.9326.6-
YUV34.63189.72143.95-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 28.08%
GREEN value IS 2 (1.17% from 255) = 0.99%
BLUE value IS 144 (56.64% from 255) = 70.94%
R=28.08%
G=0.99%
B=70.94%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal5721440.600.9900.44263.2497.2628.63
Hex392903C6302C107611d
Octal7122207414305440714135
Binary111001101001000011110011000110101100100000111110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390290; }

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

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

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

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

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

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

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

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