#63027F

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

Shades of Indigo #63027F

Tints of Indigo #63027F

Color information

#63027F (or 0x63027F) is unknown color: approx Indigo. HEX triplet: 63, 02 and 7F. RGB value is (99,2,127). Sum of RGB (Red+Green+Blue) = 99+2+127=228 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.42% from 228); Green value is 2 (1.17% from 255 or 0.88% from 228); Blue value is 127 (50% from 255 or 55.70% from 228); Max value from RGB is 127 - color contains mainly: blue. Hex color #63027F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63027F is #9CFD80. Grayscale: #2C2C2C. Windows color (decimal): -10288513 or 8323683. OLE color: 8323683.

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

Color convert

RGB992127-
CMYK0.220.9800.50
HSL286.56º96.9%25.29%-
HSV(B)286.56º98.43%49.8%-
XYZ94.2320.42-
YUV45.25174.14166.34-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 43.42%
GREEN value IS 2 (1.17% from 255) = 0.88%
BLUE value IS 127 (50% from 255) = 55.70%
R=43.42%
G=0.88%
B=55.70%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal9921270.220.9800.50286.5696.925.29
Hex6327F166203211f6119
Octal14321772614206243714131
Binary11000111011111111011011000100110010100011111110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63027F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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