#63168A

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

Shades of Indigo #63168A

Tints of Indigo #63168A

Color information

#63168A (or 0x63168A) is unknown color: approx Indigo. HEX triplet: 63, 16 and 8A. RGB value is (99,22,138). Sum of RGB (Red+Green+Blue) = 99+22+138=259 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.22% from 259); Green value is 22 (8.98% from 255 or 8.49% from 259); Blue value is 138 (54.30% from 255 or 53.28% from 259); Max value from RGB is 138 - color contains mainly: blue. Hex color #63168A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #63168A is #9CE975. Grayscale: #393939. Windows color (decimal): -10283382 or 9049699. OLE color: 9049699.

HSL color Cylindrical-coordinate representation of color #63168A: hue angle of 279.83º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #63168A is Cyan = 0.28, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB9922138-
CMYK0.280.8400.46
HSL279.83º72.5%31.37%-
HSV(B)279.83º84.06%54.12%-
XYZ10.025.0624.49-
YUV58.25173.01157.07-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 38.22%
GREEN value IS 22 (8.98% from 255) = 8.49%
BLUE value IS 138 (54.30% from 255) = 53.28%
R=38.22%
G=8.49%
B=53.28%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal99221380.280.8400.46279.8372.531.37
Hex63168A1C5402E118481f
Octal143262123412405643011037
Binary110001110110100010101110010101000101110100011000100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63168A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63168A; }

 p { color: rgb(99,22,138); }

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

<style>
 a { background-color: #63168A; }

 a { background-color: rgb(99,22,138); }

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

<style>
 span { border-color: #63168A; }

 span { border-color: rgb(99,22,138); }

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