#63019B

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

Shades of Indigo #63019B

Tints of Indigo #63019B

Color information

#63019B (or 0x63019B) is unknown color: approx Indigo. HEX triplet: 63, 01 and 9B. RGB value is (99,1,155). Sum of RGB (Red+Green+Blue) = 99+1+155=255 (33% of max value = 765). Red value is 99 (39.06% from 255 or 38.82% from 255); Green value is 1 (0.78% from 255 or 0.39% from 255); Blue value is 155 (60.94% from 255 or 60.78% from 255); Max value from RGB is 155 - color contains mainly: blue. Hex color #63019B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #63019B is #9CFE64. Grayscale: #2F2F2F. Windows color (decimal): -10288741 or 10158435. OLE color: 10158435.

HSL color Cylindrical-coordinate representation of color #63019B: hue angle of 278.18º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #63019B is Cyan = 0.36, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB991155-
CMYK0.360.9900.39
HSL278.18º98.72%30.59%-
HSV(B)278.18º99.35%60.78%-
XYZ11.075.0431.4-
YUV47.86188.47164.48-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 38.82%
GREEN value IS 1 (0.78% from 255) = 0.39%
BLUE value IS 155 (60.94% from 255) = 60.78%
R=38.82%
G=0.39%
B=60.78%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal9911550.360.9900.39278.1898.7230.59
Hex6319B2463027116631f
Octal14312334414304742614337
Binary110001111001101110010011000110100111100010110110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63019B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,1,155); }

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

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

 a { background-color: rgb(99,1,155); }

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

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

 span { border-color: rgb(99,1,155); }

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