#63047D

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

Shades of Indigo #63047D

Tints of Indigo #63047D

Color information

#63047D (or 0x63047D) is unknown color: approx Indigo. HEX triplet: 63, 04 and 7D. RGB value is (99,4,125). Sum of RGB (Red+Green+Blue) = 99+4+125=228 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.42% from 228); Green value is 4 (1.95% from 255 or 1.75% from 228); Blue value is 125 (49.22% from 255 or 54.82% from 228); Max value from RGB is 125 - color contains mainly: blue. Hex color #63047D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63047D is #9CFB82. Grayscale: #2D2D2D. Windows color (decimal): -10288003 or 8193123. OLE color: 8193123.

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

Color convert

RGB994125-
CMYK0.210.9700.51
HSL287.11º93.8%25.29%-
HSV(B)287.11º96.8%49.02%-
XYZ8.894.2219.75-
YUV46.2172.47165.66-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 43.42%
GREEN value IS 4 (1.95% from 255) = 1.75%
BLUE value IS 125 (49.22% from 255) = 54.82%
R=43.42%
G=1.75%
B=54.82%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal9941250.210.9700.51287.1193.825.29
Hex6347D156103311f5e19
Octal14341752514106343713631
Binary110001110011111011010111000010110011100011111101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63047D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63047D; }

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

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

<style>
 a { background-color: #63047D; }

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

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

<style>
 span { border-color: #63047D; }

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

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