#63158A

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

Shades of Indigo #63158A

Tints of Indigo #63158A

Color information

#63158A (or 0x63158A) is unknown color: approx Indigo. HEX triplet: 63, 15 and 8A. RGB value is (99,21,138). Sum of RGB (Red+Green+Blue) = 99+21+138=258 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.37% from 258); Green value is 21 (8.59% from 255 or 8.14% from 258); Blue value is 138 (54.30% from 255 or 53.49% from 258); Max value from RGB is 138 - color contains mainly: blue. Hex color #63158A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #63158A is #9CEA75. Grayscale: #393939. Windows color (decimal): -10283638 or 9049443. OLE color: 9049443.

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

Color convert

RGB9921138-
CMYK0.280.8500.46
HSL280º73.58%31.18%-
HSV(B)280º84.78%54.12%-
XYZ105.0224.49-
YUV57.66173.34157.49-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 38.37%
GREEN value IS 21 (8.59% from 255) = 8.14%
BLUE value IS 138 (54.30% from 255) = 53.49%
R=38.37%
G=8.14%
B=53.49%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal99211380.280.8500.4628073.5831.18
Hex63158A1C5502E1184a1f
Octal143252123412505643011237
Binary110001110101100010101110010101010101110100011000100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63158A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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