#390264

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

Shades of Indigo #390264

Tints of Indigo #390264

Color information

#390264 (or 0x390264) is unknown color: approx Indigo. HEX triplet: 39, 02 and 64. RGB value is (57,2,100). Sum of RGB (Red+Green+Blue) = 57+2+100=159 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.85% from 159); Green value is 2 (1.17% from 255 or 1.26% from 159); Blue value is 100 (39.45% from 255 or 62.89% from 159); Max value from RGB is 100 - color contains mainly: blue. Hex color #390264 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390264 is #C6FD9B. Grayscale: #1D1D1D. Windows color (decimal): -13041052 or 6554169. OLE color: 6554169.

HSL color Cylindrical-coordinate representation of color #390264: hue angle of 273.67º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #390264 is Cyan = 0.43, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB572100-
CMYK0.430.9800.61
HSL273.67º96.08%20%-
HSV(B)273.67º98%39.22%-
XYZ4.011.8312.2-
YUV29.62167.72147.53-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 35.85%
GREEN value IS 2 (1.17% from 255) = 1.26%
BLUE value IS 100 (39.45% from 255) = 62.89%
R=35.85%
G=1.26%
B=62.89%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5721000.430.9800.61273.6796.0820
Hex392642B6203D1126014
Octal7121445314207542214024
Binary11100110110010010101111000100111101100010010110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390264; }

 p { color: rgb(57,2,100); }

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

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

 a { background-color: rgb(57,2,100); }

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

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

 span { border-color: rgb(57,2,100); }

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