#63017A

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

Shades of Indigo #63017A

Tints of Indigo #63017A

Color information

#63017A (or 0x63017A) is unknown color: approx Indigo. HEX triplet: 63, 01 and 7A. RGB value is (99,1,122). Sum of RGB (Red+Green+Blue) = 99+1+122=222 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.59% from 222); Green value is 1 (0.78% from 255 or 0.45% from 222); Blue value is 122 (48.05% from 255 or 54.95% from 222); Max value from RGB is 122 - color contains mainly: blue. Hex color #63017A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63017A is #9CFE85. Grayscale: #2B2B2B. Windows color (decimal): -10288774 or 7995747. OLE color: 7995747.

HSL color Cylindrical-coordinate representation of color #63017A: hue angle of 288.6º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #63017A is Cyan = 0.19, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB991122-
CMYK0.190.9900.52
HSL288.6º98.37%24.12%-
HSV(B)288.6º99.18%47.84%-
XYZ8.674.0818.74-
YUV44.1171.97167.16-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 44.59%
GREEN value IS 1 (0.78% from 255) = 0.45%
BLUE value IS 122 (48.05% from 255) = 54.95%
R=44.59%
G=0.45%
B=54.95%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal9911220.190.9900.52288.698.3724.12
Hex6317A13630341216218
Octal14311722314306444114230
Binary1100011111110101001111000110110100100100001110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63017A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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