#63027B

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

Shades of Indigo #63027B

Tints of Indigo #63027B

Color information

#63027B (or 0x63027B) is unknown color: approx Indigo. HEX triplet: 63, 02 and 7B. RGB value is (99,2,123). Sum of RGB (Red+Green+Blue) = 99+2+123=224 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.20% from 224); Green value is 2 (1.17% from 255 or 0.89% from 224); Blue value is 123 (48.44% from 255 or 54.91% from 224); Max value from RGB is 123 - color contains mainly: blue. Hex color #63027B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63027B is #9CFD84. Grayscale: #2C2C2C. Windows color (decimal): -10288517 or 8061539. OLE color: 8061539.

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

Color convert

RGB992123-
CMYK0.200.9800.52
HSL288.1º96.8%24.51%-
HSV(B)288.1º98.37%48.24%-
XYZ8.744.1319.07-
YUV44.8172.14166.66-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 44.20%
GREEN value IS 2 (1.17% from 255) = 0.89%
BLUE value IS 123 (48.44% from 255) = 54.91%
R=44.20%
G=0.89%
B=54.91%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal9921230.200.9800.52288.196.824.51
Hex6327B14620341206119
Octal14321732414206444014131
Binary11000111011110111010011000100110100100100000110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63027B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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