#63137B

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

Shades of Indigo #63137B

Tints of Indigo #63137B

Color information

#63137B (or 0x63137B) is unknown color: approx Indigo. HEX triplet: 63, 13 and 7B. RGB value is (99,19,123). Sum of RGB (Red+Green+Blue) = 99+19+123=241 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.08% from 241); Green value is 19 (7.81% from 255 or 7.88% from 241); Blue value is 123 (48.44% from 255 or 51.04% from 241); Max value from RGB is 123 - color contains mainly: blue. Hex color #63137B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63137B is #9CEC84. Grayscale: #363636. Windows color (decimal): -10284165 or 8065891. OLE color: 8065891.

HSL color Cylindrical-coordinate representation of color #63137B: hue angle of 286.15º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #63137B is Cyan = 0.20, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB9919123-
CMYK0.200.8500.52
HSL286.15º73.24%27.84%-
HSV(B)286.15º84.55%48.24%-
XYZ8.954.5519.14-
YUV54.78166.5159.54-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 41.08%
GREEN value IS 19 (7.81% from 255) = 7.88%
BLUE value IS 123 (48.44% from 255) = 51.04%
R=41.08%
G=7.88%
B=51.04%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal99191230.200.8500.52286.1573.2427.84
Hex63137B145503411e491c
Octal143231732412506443611134
Binary11000111001111110111010010101010110100100011110100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63137B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,19,123); }

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

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

 a { background-color: rgb(99,19,123); }

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

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

 span { border-color: rgb(99,19,123); }

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