#63008B

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

Shades of Indigo #63008B

Tints of Indigo #63008B

Color information

#63008B (or 0x63008B) is unknown color: approx Indigo. HEX triplet: 63, 00 and 8B. RGB value is (99,0,139). Sum of RGB (Red+Green+Blue) = 99+0+139=238 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.60% from 238); Green value is 0 (0.39% from 255 or 0% from 238); Blue value is 139 (54.69% from 255 or 58.40% from 238); Max value from RGB is 139 - color contains mainly: blue. Hex color #63008B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #63008B is #9CFF74. Grayscale: #2C2C2C. Windows color (decimal): -10289013 or 9109603. OLE color: 9109603.

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

Color convert

RGB990139-
CMYK0.29100.45
HSL282.73º100%27.25%-
HSV(B)282.73º100%54.51%-
XYZ9.814.5224.78-
YUV45.45180.8166.2-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 41.60%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 139 (54.69% from 255) = 58.40%
R=41.60%
G=0%
B=58.40%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal9901390.29100.45282.7310027.25
Hex6308B1D6402D11b641b
Octal14302133514405543314433
Binary11000110100010111110111001000101101100011011110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63008B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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