#460188

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

Shades of Indigo #460188

Tints of Indigo #460188

Color information

#460188 (or 0x460188) is unknown color: approx Indigo. HEX triplet: 46, 01 and 88. RGB value is (70,1,136). Sum of RGB (Red+Green+Blue) = 70+1+136=207 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.82% from 207); Green value is 1 (0.78% from 255 or 0.48% from 207); Blue value is 136 (53.52% from 255 or 65.70% from 207); Max value from RGB is 136 - color contains mainly: blue. Hex color #460188 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460188 is #B9FE77. Grayscale: #242424. Windows color (decimal): -12189304 or 8913222. OLE color: 8913222.

HSL color Cylindrical-coordinate representation of color #460188: hue angle of 270.67º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #460188 is Cyan = 0.49, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB701136-
CMYK0.490.9900.47
HSL270.67º98.54%26.86%-
HSV(B)270.67º99.26%53.33%-
XYZ6.983.123.52-
YUV37.02183.86151.52-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.82%
GREEN value IS 1 (0.78% from 255) = 0.48%
BLUE value IS 136 (53.52% from 255) = 65.70%
R=33.82%
G=0.48%
B=65.70%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal7011360.490.9900.47270.6798.5426.86
Hex46188316302F10f631b
Octal10612106114305741714333
Binary100011011000100011000111000110101111100001111110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460188; }

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

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

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

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

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

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

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

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