#63148b

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

Shades of Indigo #63148B

Tints of Indigo #63148B

Color information

#63148B (or 0x63148B) is unknown color: approx Indigo. HEX triplet: 63, 14 and 8B. RGB value is (99,20,139). Sum of RGB (Red+Green+Blue) = 99+20+139=258 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.37% from 258); Green value is 20 (8.20% from 255 or 7.75% from 258); Blue value is 139 (54.69% from 255 or 53.88% from 258); Max value from RGB is 139 - color contains mainly: blue. Hex color #63148B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #63148B is #9CEB74. Grayscale: #383838. Windows color (decimal): -10283893 or 9114723. OLE color: 9114723.

HSL color Cylindrical-coordinate representation of color #63148B: hue angle of 279.83º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #63148B is Cyan = 0.29, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9920139-
CMYK0.290.8600.45
HSL279.83º74.84%31.18%-
HSV(B)279.83º85.61%54.51%-
XYZ10.065.0224.86-
YUV57.19174.17157.82-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 38.37%
GREEN value IS 20 (8.20% from 255) = 7.75%
BLUE value IS 139 (54.69% from 255) = 53.88%
R=38.37%
G=7.75%
B=53.88%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal99201390.290.8600.45279.8374.8431.18
Hex63148B1D5602D1184b1f
Octal143242133512605543011337
Binary110001110100100010111110110101100101101100011000100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63148b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63148b; }

 p { color: rgb(99,20,139); }

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

<style>
 a { background-color: #63148b; }

 a { background-color: rgb(99,20,139); }

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

<style>
 span { border-color: #63148b; }

 span { border-color: rgb(99,20,139); }

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