#63017F

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

Shades of Indigo #63017F

Tints of Indigo #63017F

Color information

#63017F (or 0x63017F) is unknown color: approx Indigo. HEX triplet: 63, 01 and 7F. RGB value is (99,1,127). Sum of RGB (Red+Green+Blue) = 99+1+127=227 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.61% from 227); Green value is 1 (0.78% from 255 or 0.44% from 227); Blue value is 127 (50% from 255 or 55.95% from 227); Max value from RGB is 127 - color contains mainly: blue. Hex color #63017F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63017F is #9CFE80. Grayscale: #2C2C2C. Windows color (decimal): -10288769 or 8323427. OLE color: 8323427.

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

Color convert

RGB991127-
CMYK0.220.9900.50
HSL286.67º98.44%25.1%-
HSV(B)286.67º99.21%49.8%-
XYZ8.994.2120.42-
YUV44.67174.47166.75-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 43.61%
GREEN value IS 1 (0.78% from 255) = 0.44%
BLUE value IS 127 (50% from 255) = 55.95%
R=43.61%
G=0.44%
B=55.95%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal9911270.220.9900.50286.6798.4425.1
Hex6317F166303211f6219
Octal14311772614306243714231
Binary1100011111111111011011000110110010100011111110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63017F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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