#63149A

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

Shades of Indigo #63149A

Tints of Indigo #63149A

Color information

#63149A (or 0x63149A) is unknown color: approx Indigo. HEX triplet: 63, 14 and 9A. RGB value is (99,20,154). Sum of RGB (Red+Green+Blue) = 99+20+154=273 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36.26% from 273); Green value is 20 (8.20% from 255 or 7.33% from 273); Blue value is 154 (60.55% from 255 or 56.41% from 273); Max value from RGB is 154 - color contains mainly: blue. Hex color #63149A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #63149A is #9CEB65. Grayscale: #3A3A3A. Windows color (decimal): -10283878 or 10097763. OLE color: 10097763.

HSL color Cylindrical-coordinate representation of color #63149A: hue angle of 275.37º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #63149A is Cyan = 0.36, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB9920154-
CMYK0.360.8700.40
HSL275.37º77.01%34.12%-
HSV(B)275.37º87.01%60.39%-
XYZ11.235.4931.04-
YUV58.9181.67156.6-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 36.26%
GREEN value IS 20 (8.20% from 255) = 7.33%
BLUE value IS 154 (60.55% from 255) = 56.41%
R=36.26%
G=7.33%
B=56.41%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal99201540.360.8700.40275.3777.0134.12
Hex63149A24570281134d22
Octal143242324412705042311542
Binary11000111010010011010100100101011101010001000100111001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63149A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63149A; }

 p { color: rgb(99,20,154); }

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

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

 a { background-color: rgb(99,20,154); }

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

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

 span { border-color: rgb(99,20,154); }

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