#390182

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

Shades of Indigo #390182

Tints of Indigo #390182

Color information

#390182 (or 0x390182) is unknown color: approx Indigo. HEX triplet: 39, 01 and 82. RGB value is (57,1,130). Sum of RGB (Red+Green+Blue) = 57+1+130=188 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.32% from 188); Green value is 1 (0.78% from 255 or 0.53% from 188); Blue value is 130 (51.17% from 255 or 69.15% from 188); Max value from RGB is 130 - color contains mainly: blue. Hex color #390182 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390182 is #C6FE7D. Grayscale: #1F1F1F. Windows color (decimal): -13041278 or 8519993. OLE color: 8519993.

HSL color Cylindrical-coordinate representation of color #390182: hue angle of 266.05º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #390182 is Cyan = 0.56, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB571130-
CMYK0.560.9900.49
HSL266.05º98.47%25.69%-
HSV(B)266.05º99.23%50.98%-
XYZ5.732.521.3-
YUV32.45183.05145.51-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 30.32%
GREEN value IS 1 (0.78% from 255) = 0.53%
BLUE value IS 130 (51.17% from 255) = 69.15%
R=30.32%
G=0.53%
B=69.15%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal5711300.560.9900.49266.0598.4725.69
Hex39182386303110a621a
Octal7112027014306141214232
Binary11100111000001011100011000110110001100001010110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390182; }

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

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

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

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

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

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

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

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