#63017C

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

Shades of Indigo #63017C

Tints of Indigo #63017C

Color information

#63017C (or 0x63017C) is unknown color: approx Indigo. HEX triplet: 63, 01 and 7C. RGB value is (99,1,124). Sum of RGB (Red+Green+Blue) = 99+1+124=224 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.20% from 224); Green value is 1 (0.78% from 255 or 0.45% from 224); Blue value is 124 (48.83% from 255 or 55.36% from 224); Max value from RGB is 124 - color contains mainly: blue. Hex color #63017C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63017C is #9CFE83. Grayscale: #2B2B2B. Windows color (decimal): -10288772 or 8126819. OLE color: 8126819.

HSL color Cylindrical-coordinate representation of color #63017C: hue angle of 287.8º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #63017C is Cyan = 0.20, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB991124-
CMYK0.200.9900.51
HSL287.8º98.4%24.51%-
HSV(B)287.8º99.19%48.63%-
XYZ8.794.1319.4-
YUV44.32172.97167-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 44.20%
GREEN value IS 1 (0.78% from 255) = 0.45%
BLUE value IS 124 (48.83% from 255) = 55.36%
R=44.20%
G=0.45%
B=55.36%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal9911240.200.9900.51287.898.424.51
Hex6317C14630331206219
Octal14311742414306344014231
Binary1100011111111001010011000110110011100100000110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63017C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,1,124); }

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

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

 a { background-color: rgb(99,1,124); }

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

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

 span { border-color: rgb(99,1,124); }

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