#460182

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

Shades of Indigo #460182

Tints of Indigo #460182

Color information

#460182 (or 0x460182) is unknown color: approx Indigo. HEX triplet: 46, 01 and 82. RGB value is (70,1,130). Sum of RGB (Red+Green+Blue) = 70+1+130=201 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.83% from 201); Green value is 1 (0.78% from 255 or 0.50% from 201); Blue value is 130 (51.17% from 255 or 64.68% from 201); Max value from RGB is 130 - color contains mainly: blue. Hex color #460182 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460182 is #B9FE7D. Grayscale: #232323. Windows color (decimal): -12189310 or 8520006. OLE color: 8520006.

HSL color Cylindrical-coordinate representation of color #460182: hue angle of 272.09º 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 #460182 is Cyan = 0.46, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB701130-
CMYK0.460.9900.49
HSL272.09º98.47%25.69%-
HSV(B)272.09º99.23%50.98%-
XYZ6.572.9421.34-
YUV36.34180.86152.01-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 34.83%
GREEN value IS 1 (0.78% from 255) = 0.50%
BLUE value IS 130 (51.17% from 255) = 64.68%
R=34.83%
G=0.50%
B=64.68%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal7011300.460.9900.49272.0998.4725.69
Hex461822E63031110621a
Octal10612025614306142014232
Binary100011011000001010111011000110110001100010000110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460182; }

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

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

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

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

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

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

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

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