#63129A

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

Shades of Indigo #63129A

Tints of Indigo #63129A

Color information

#63129A (or 0x63129A) is unknown color: approx Indigo. HEX triplet: 63, 12 and 9A. RGB value is (99,18,154). Sum of RGB (Red+Green+Blue) = 99+18+154=271 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.53% from 271); Green value is 18 (7.42% from 255 or 6.64% from 271); Blue value is 154 (60.55% from 255 or 56.83% from 271); Max value from RGB is 154 - color contains mainly: blue. Hex color #63129A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #63129A is #9CED65. Grayscale: #393939. Windows color (decimal): -10284390 or 10097251. OLE color: 10097251.

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

Color convert

RGB9918154-
CMYK0.360.8800.40
HSL275.74º79.07%33.73%-
HSV(B)275.74º88.31%60.39%-
XYZ11.195.4231.03-
YUV57.72182.34157.44-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 36.53%
GREEN value IS 18 (7.42% from 255) = 6.64%
BLUE value IS 154 (60.55% from 255) = 56.83%
R=36.53%
G=6.64%
B=56.83%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal99181540.360.8800.40275.7479.0733.73
Hex63129A24580281144f22
Octal143222324413005042411742
Binary11000111001010011010100100101100001010001000101001001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63129A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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