#63027E

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

Shades of Indigo #63027E

Tints of Indigo #63027E

Color information

#63027E (or 0x63027E) is unknown color: approx Indigo. HEX triplet: 63, 02 and 7E. RGB value is (99,2,126). Sum of RGB (Red+Green+Blue) = 99+2+126=227 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.61% from 227); Green value is 2 (1.17% from 255 or 0.88% from 227); Blue value is 126 (49.61% from 255 or 55.51% from 227); Max value from RGB is 126 - color contains mainly: blue. Hex color #63027E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63027E is #9CFD81. Grayscale: #2C2C2C. Windows color (decimal): -10288514 or 8258147. OLE color: 8258147.

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

Color convert

RGB992126-
CMYK0.210.9800.51
HSL286.94º96.88%25.1%-
HSV(B)286.94º98.41%49.41%-
XYZ8.934.220.08-
YUV45.14173.64166.42-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 43.61%
GREEN value IS 2 (1.17% from 255) = 0.88%
BLUE value IS 126 (49.61% from 255) = 55.51%
R=43.61%
G=0.88%
B=55.51%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal9921260.210.9800.51286.9496.8825.1
Hex6327E156203311f6119
Octal14321762514206343714131
Binary11000111011111101010111000100110011100011111110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63027E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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