#460F93

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

Shades of Indigo #460F93

Tints of Indigo #460F93

Color information

#460F93 (or 0x460F93) is unknown color: approx Indigo. HEX triplet: 46, 0F and 93. RGB value is (70,15,147). Sum of RGB (Red+Green+Blue) = 70+15+147=232 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.17% from 232); Green value is 15 (6.25% from 255 or 6.47% from 232); Blue value is 147 (57.81% from 255 or 63.36% from 232); Max value from RGB is 147 - color contains mainly: blue. Hex color #460F93 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460F93 is #B9F06C. Grayscale: #2E2E2E. Windows color (decimal): -12185709 or 9637702. OLE color: 9637702.

HSL color Cylindrical-coordinate representation of color #460F93: hue angle of 265º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #460F93 is Cyan = 0.52, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7015147-
CMYK0.520.9000.42
HSL265º81.48%31.76%-
HSV(B)265º89.8%57.65%-
XYZ7.963.7527.91-
YUV46.49184.72144.77-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.17%
GREEN value IS 15 (6.25% from 255) = 6.47%
BLUE value IS 147 (57.81% from 255) = 63.36%
R=30.17%
G=6.47%
B=63.36%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal70151470.520.9000.4226581.4831.76
Hex46F93345A02A1095120
Octal106172236413205241112140
Binary1000110111110010011110100101101001010101000010011010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,15,147); }

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

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

 a { background-color: rgb(70,15,147); }

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

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

 span { border-color: rgb(70,15,147); }

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