#390063

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

Shades of Indigo #390063

Tints of Indigo #390063

Color information

#390063 (or 0x390063) is unknown color: approx Indigo. HEX triplet: 39, 00 and 63. RGB value is (57,0,99). Sum of RGB (Red+Green+Blue) = 57+0+99=156 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.54% from 156); Green value is 0 (0.39% from 255 or 0% from 156); Blue value is 99 (39.06% from 255 or 63.46% from 156); Max value from RGB is 99 - color contains mainly: blue. Hex color #390063 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390063 is #C6FF9C. Grayscale: #1B1B1B. Windows color (decimal): -13041565 or 6488121. OLE color: 6488121.

HSL color Cylindrical-coordinate representation of color #390063: hue angle of 274.55º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #390063 is Cyan = 0.42, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB57099-
CMYK0.42100.61
HSL274.55º100%19.41%-
HSV(B)274.55º100%38.82%-
XYZ3.941.7711.94-
YUV28.33167.88148.45-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 36.54%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 99 (39.06% from 255) = 63.46%
R=36.54%
G=0%
B=63.46%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal570990.42100.61274.5510019.41
Hex390632A6403D1136413
Octal7101435214407542314423
Binary1110010110001110101011001000111101100010011110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390063; }

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

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

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

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

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

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

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

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