#63108B

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

Shades of Indigo #63108B

Tints of Indigo #63108B

Color information

#63108B (or 0x63108B) is unknown color: approx Indigo. HEX triplet: 63, 10 and 8B. RGB value is (99,16,139). Sum of RGB (Red+Green+Blue) = 99+16+139=254 (33% of max value = 765). Red value is 99 (39.06% from 255 or 38.98% from 254); Green value is 16 (6.64% from 255 or 6.30% from 254); Blue value is 139 (54.69% from 255 or 54.72% from 254); Max value from RGB is 139 - color contains mainly: blue. Hex color #63108B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #63108B is #9CEF74. Grayscale: #363636. Windows color (decimal): -10284917 or 9113699. OLE color: 9113699.

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

Color convert

RGB9916139-
CMYK0.290.8800.45
HSL280.49º79.35%30.39%-
HSV(B)280.49º88.49%54.51%-
XYZ9.994.8924.84-
YUV54.84175.5159.5-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 38.98%
GREEN value IS 16 (6.64% from 255) = 6.30%
BLUE value IS 139 (54.69% from 255) = 54.72%
R=38.98%
G=6.30%
B=54.72%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal99161390.290.8800.45280.4979.3530.39
Hex63108B1D5802D1184f1e
Octal143202133513005543011736
Binary110001110000100010111110110110000101101100011000100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63108B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63108B; }

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

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

<style>
 a { background-color: #63108B; }

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

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

<style>
 span { border-color: #63108B; }

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

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