#390168

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

Shades of Indigo #390168

Tints of Indigo #390168

Color information

#390168 (or 0x390168) is unknown color: approx Indigo. HEX triplet: 39, 01 and 68. RGB value is (57,1,104). Sum of RGB (Red+Green+Blue) = 57+1+104=162 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.19% from 162); Green value is 1 (0.78% from 255 or 0.62% from 162); Blue value is 104 (41.02% from 255 or 64.20% from 162); Max value from RGB is 104 - color contains mainly: blue. Hex color #390168 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390168 is #C6FE97. Grayscale: #1D1D1D. Windows color (decimal): -13041304 or 6816057. OLE color: 6816057.

HSL color Cylindrical-coordinate representation of color #390168: hue angle of 272.62º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #390168 is Cyan = 0.45, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB571104-
CMYK0.450.9900.59
HSL272.62º98.1%20.59%-
HSV(B)272.62º99.04%40.78%-
XYZ4.21.8913.24-
YUV29.49170.05147.62-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 35.19%
GREEN value IS 1 (0.78% from 255) = 0.62%
BLUE value IS 104 (41.02% from 255) = 64.20%
R=35.19%
G=0.62%
B=64.20%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal5711040.450.9900.59272.6298.120.59
Hex391682D6303B1116215
Octal7111505514307342114225
Binary1110011110100010110111000110111011100010001110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390168; }

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

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

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

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

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

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

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

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