#63159C

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

Shades of Indigo #63159C

Tints of Indigo #63159C

Color information

#63159C (or 0x63159C) is unknown color: approx Indigo. HEX triplet: 63, 15 and 9C. RGB value is (99,21,156). Sum of RGB (Red+Green+Blue) = 99+21+156=276 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.87% from 276); Green value is 21 (8.59% from 255 or 7.61% from 276); Blue value is 156 (61.33% from 255 or 56.52% from 276); Max value from RGB is 156 - color contains mainly: blue. Hex color #63159C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #63159C is #9CEA63. Grayscale: #3B3B3B. Windows color (decimal): -10283620 or 10229091. OLE color: 10229091.

HSL color Cylindrical-coordinate representation of color #63159C: hue angle of 274.67º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #63159C is Cyan = 0.37, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB9921156-
CMYK0.370.8700.39
HSL274.67º76.27%34.71%-
HSV(B)274.67º86.54%61.18%-
XYZ11.415.5931.93-
YUV59.71182.34156.02-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 35.87%
GREEN value IS 21 (8.59% from 255) = 7.61%
BLUE value IS 156 (61.33% from 255) = 56.52%
R=35.87%
G=7.61%
B=56.52%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal99211560.370.8700.39274.6776.2734.71
Hex63159C25570271134c23
Octal143252344512704742311443
Binary11000111010110011100100101101011101001111000100111001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63159C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63159C; }

 p { color: rgb(99,21,156); }

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

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

 a { background-color: rgb(99,21,156); }

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

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

 span { border-color: rgb(99,21,156); }

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