#390076

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

Shades of Indigo #390076

Tints of Indigo #390076

Color information

#390076 (or 0x390076) is unknown color: approx Indigo. HEX triplet: 39, 00 and 76. RGB value is (57,0,118). Sum of RGB (Red+Green+Blue) = 57+0+118=175 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.57% from 175); Green value is 0 (0.39% from 255 or 0% from 175); Blue value is 118 (46.48% from 255 or 67.43% from 175); Max value from RGB is 118 - color contains mainly: blue. Hex color #390076 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390076 is #C6FF89. Grayscale: #1E1E1E. Windows color (decimal): -13041546 or 7733305. OLE color: 7733305.

HSL color Cylindrical-coordinate representation of color #390076: hue angle of 268.98º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #390076 is Cyan = 0.52, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB570118-
CMYK0.52100.54
HSL268.98º100%23.14%-
HSV(B)268.98º100%46.27%-
XYZ4.962.1817.3-
YUV30.49177.38146.91-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 32.57%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 118 (46.48% from 255) = 67.43%
R=32.57%
G=0%
B=67.43%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5701180.52100.54268.9810023.14
Hex39076346403610d6417
Octal7101666414406641514427
Binary1110010111011011010011001000110110100001101110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390076; }

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

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

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

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

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

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

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

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