#390062

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

Shades of Indigo #390062

Tints of Indigo #390062

Color information

#390062 (or 0x390062) is unknown color: approx Indigo. HEX triplet: 39, 00 and 62. RGB value is (57,0,98). Sum of RGB (Red+Green+Blue) = 57+0+98=155 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.77% from 155); Green value is 0 (0.39% from 255 or 0% from 155); Blue value is 98 (38.67% from 255 or 63.23% from 155); Max value from RGB is 98 - color contains mainly: blue. Hex color #390062 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390062 is #C6FF9D. Grayscale: #1B1B1B. Windows color (decimal): -13041566 or 6422585. OLE color: 6422585.

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

Color convert

RGB57098-
CMYK0.42100.62
HSL274.9º100%19.22%-
HSV(B)274.9º100%38.43%-
XYZ3.891.7511.69-
YUV28.22167.38148.53-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 36.77%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 98 (38.67% from 255) = 63.23%
R=36.77%
G=0%
B=63.23%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal570980.42100.62274.910019.22
Hex390622A6403E1136413
Octal7101425214407642314423
Binary1110010110001010101011001000111110100010011110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390062; }

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

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

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

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

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

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

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

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