#390070

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

Shades of Indigo #390070

Tints of Indigo #390070

Color information

#390070 (or 0x390070) is unknown color: approx Indigo. HEX triplet: 39, 00 and 70. RGB value is (57,0,112). Sum of RGB (Red+Green+Blue) = 57+0+112=169 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.73% from 169); Green value is 0 (0.39% from 255 or 0% from 169); Blue value is 112 (44.14% from 255 or 66.27% from 169); Max value from RGB is 112 - color contains mainly: blue. Hex color #390070 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390070 is #C6FF8F. Grayscale: #1D1D1D. Windows color (decimal): -13041552 or 7340089. OLE color: 7340089.

HSL color Cylindrical-coordinate representation of color #390070: hue angle of 270.54º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #390070 is Cyan = 0.49, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB570112-
CMYK0.49100.56
HSL270.54º100%21.96%-
HSV(B)270.54º100%43.92%-
XYZ4.612.0415.48-
YUV29.81174.38147.39-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 33.73%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 112 (44.14% from 255) = 66.27%
R=33.73%
G=0%
B=66.27%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5701120.49100.56270.5410021.96
Hex39070316403810f6416
Octal7101606114407041714426
Binary1110010111000011000111001000111000100001111110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390070; }

 p { color: rgb(57,0,112); }

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

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

 a { background-color: rgb(57,0,112); }

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

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

 span { border-color: rgb(57,0,112); }

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