#390166

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

Shades of Indigo #390166

Tints of Indigo #390166

Color information

#390166 (or 0x390166) is unknown color: approx Indigo. HEX triplet: 39, 01 and 66. RGB value is (57,1,102). Sum of RGB (Red+Green+Blue) = 57+1+102=160 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.62% from 160); Green value is 1 (0.78% from 255 or 0.62% from 160); Blue value is 102 (40.23% from 255 or 63.75% from 160); Max value from RGB is 102 - color contains mainly: blue. Hex color #390166 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390166 is #C6FE99. Grayscale: #1C1C1C. Windows color (decimal): -13041306 or 6684985. OLE color: 6684985.

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

Color convert

RGB571102-
CMYK0.440.9900.6
HSL273.27º98.06%20.2%-
HSV(B)273.27º99.02%40%-
XYZ4.11.8512.71-
YUV29.26169.05147.79-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 35.62%
GREEN value IS 1 (0.78% from 255) = 0.62%
BLUE value IS 102 (40.23% from 255) = 63.75%
R=35.62%
G=0.62%
B=63.75%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal5711020.440.9900.6273.2798.0620.2
Hex391662C6303C1116214
Octal7111465414307442114224
Binary1110011110011010110011000110111100100010001110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390166; }

 p { color: rgb(57,1,102); }

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

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

 a { background-color: rgb(57,1,102); }

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

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

 span { border-color: rgb(57,1,102); }

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