#390095

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

Shades of Indigo #390095

Tints of Indigo #390095

Color information

#390095 (or 0x390095) is unknown color: approx Indigo. HEX triplet: 39, 00 and 95. RGB value is (57,0,149). Sum of RGB (Red+Green+Blue) = 57+0+149=206 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.67% from 206); Green value is 0 (0.39% from 255 or 0% from 206); Blue value is 149 (58.59% from 255 or 72.33% from 206); Max value from RGB is 149 - color contains mainly: blue. Hex color #390095 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390095 is #C6FF6A. Grayscale: #212121. Windows color (decimal): -13041515 or 9764921. OLE color: 9764921.

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

Color convert

RGB570149-
CMYK0.62100.42
HSL262.95º100%29.22%-
HSV(B)262.95º100%58.43%-
XYZ7.113.0428.65-
YUV34.03192.88144.38-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.67%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 149 (58.59% from 255) = 72.33%
R=27.67%
G=0%
B=72.33%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal5701490.62100.42262.9510029.22
Hex390953E6402A107641d
Octal7102257614405240714435
Binary11100101001010111111011001000101010100000111110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390095; }

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

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

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

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

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

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

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

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