#63048f

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

Shades of Indigo #63048F

Tints of Indigo #63048F

Color information

#63048F (or 0x63048F) is unknown color: approx Indigo. HEX triplet: 63, 04 and 8F. RGB value is (99,4,143). Sum of RGB (Red+Green+Blue) = 99+4+143=246 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.24% from 246); Green value is 4 (1.95% from 255 or 1.63% from 246); Blue value is 143 (56.25% from 255 or 58.13% from 246); Max value from RGB is 143 - color contains mainly: blue. Hex color #63048F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #63048F is #9CFB70. Grayscale: #2F2F2F. Windows color (decimal): -10287985 or 9372771. OLE color: 9372771.

HSL color Cylindrical-coordinate representation of color #63048F: hue angle of 281.01º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #63048F is Cyan = 0.31, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB994143-
CMYK0.310.9700.44
HSL281.01º94.56%28.82%-
HSV(B)281.01º97.2%56.08%-
XYZ10.154.7226.36-
YUV48.25181.47164.2-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 40.24%
GREEN value IS 4 (1.95% from 255) = 1.63%
BLUE value IS 143 (56.25% from 255) = 58.13%
R=40.24%
G=1.63%
B=58.13%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal9941430.310.9700.44281.0194.5628.82
Hex6348F1F6102C1195f1d
Octal14342173714105443113735
Binary1100011100100011111111111000010101100100011001101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63048f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63048f; }

 p { color: rgb(99,4,143); }

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

<style>
 a { background-color: #63048f; }

 a { background-color: rgb(99,4,143); }

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

<style>
 span { border-color: #63048f; }

 span { border-color: rgb(99,4,143); }

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