#460C88

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

Shades of Indigo #460C88

Tints of Indigo #460C88

Color information

#460C88 (or 0x460C88) is unknown color: approx Indigo. HEX triplet: 46, 0C and 88. RGB value is (70,12,136). Sum of RGB (Red+Green+Blue) = 70+12+136=218 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.11% from 218); Green value is 12 (5.08% from 255 or 5.50% from 218); Blue value is 136 (53.52% from 255 or 62.39% from 218); Max value from RGB is 136 - color contains mainly: blue. Hex color #460C88 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460C88 is #B9F377. Grayscale: #2B2B2B. Windows color (decimal): -12186488 or 8916038. OLE color: 8916038.

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

Color convert

RGB7012136-
CMYK0.490.9100.47
HSL268.06º83.78%29.02%-
HSV(B)268.06º91.18%53.33%-
XYZ7.13.3423.56-
YUV43.48180.22146.92-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.11%
GREEN value IS 12 (5.08% from 255) = 5.50%
BLUE value IS 136 (53.52% from 255) = 62.39%
R=32.11%
G=5.50%
B=62.39%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal70121360.490.9100.47268.0683.7829.02
Hex46C88315B02F10c541d
Octal106142106113305741412435
Binary100011011001000100011000110110110101111100001100101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460C88; }

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

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

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

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

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

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

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

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