#470268

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

Shades of Indigo #470268

Tints of Indigo #470268

Color information

#470268 (or 0x470268) is unknown color: approx Indigo. HEX triplet: 47, 02 and 68. RGB value is (71,2,104). Sum of RGB (Red+Green+Blue) = 71+2+104=177 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.11% from 177); Green value is 2 (1.17% from 255 or 1.13% from 177); Blue value is 104 (41.02% from 255 or 58.76% from 177); Max value from RGB is 104 - color contains mainly: blue. Hex color #470268 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470268 is #B8FD97. Grayscale: #212121. Windows color (decimal): -12123544 or 6816327. OLE color: 6816327.

HSL color Cylindrical-coordinate representation of color #470268: hue angle of 280.59º 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 #470268 is Cyan = 0.32, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB712104-
CMYK0.320.9800.59
HSL280.59º96.23%20.78%-
HSV(B)280.59º98.08%40.78%-
XYZ5.122.3813.29-
YUV34.26167.36154.21-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 40.11%
GREEN value IS 2 (1.17% from 255) = 1.13%
BLUE value IS 104 (41.02% from 255) = 58.76%
R=40.11%
G=1.13%
B=58.76%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal7121040.320.9800.59280.5996.2320.78
Hex47268206203B1196015
Octal10721504014207343114025
Binary100011110110100010000011000100111011100011001110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470268; }

 p { color: rgb(71,2,104); }

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

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

 a { background-color: rgb(71,2,104); }

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

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

 span { border-color: rgb(71,2,104); }

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