#460269

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

Shades of Indigo #460269

Tints of Indigo #460269

Color information

#460269 (or 0x460269) is unknown color: approx Indigo. HEX triplet: 46, 02 and 69. RGB value is (70,2,105). Sum of RGB (Red+Green+Blue) = 70+2+105=177 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.55% from 177); Green value is 2 (1.17% from 255 or 1.13% from 177); Blue value is 105 (41.41% from 255 or 59.32% from 177); Max value from RGB is 105 - color contains mainly: blue. Hex color #460269 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460269 is #B9FD96. Grayscale: #212121. Windows color (decimal): -12189079 or 6881862. OLE color: 6881862.

HSL color Cylindrical-coordinate representation of color #460269: hue angle of 279.61º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #460269 is Cyan = 0.33, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB702105-
CMYK0.330.9800.59
HSL279.61º96.26%20.98%-
HSV(B)279.61º98.1%41.18%-
XYZ5.12.3713.55-
YUV34.07168.03153.62-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 39.55%
GREEN value IS 2 (1.17% from 255) = 1.13%
BLUE value IS 105 (41.41% from 255) = 59.32%
R=39.55%
G=1.13%
B=59.32%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal7021050.330.9800.59279.6196.2620.98
Hex46269216203B1186015
Octal10621514114207343014025
Binary100011010110100110000111000100111011100011000110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460269; }

 p { color: rgb(70,2,105); }

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

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

 a { background-color: rgb(70,2,105); }

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

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

 span { border-color: rgb(70,2,105); }

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