#63099E

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

Shades of Indigo #63099E

Tints of Indigo #63099E

Color information

#63099E (or 0x63099E) is unknown color: approx Indigo. HEX triplet: 63, 09 and 9E. RGB value is (99,9,158). Sum of RGB (Red+Green+Blue) = 99+9+158=266 (35% of max value = 765). Red value is 99 (39.06% from 255 or 37.22% from 266); Green value is 9 (3.91% from 255 or 3.38% from 266); Blue value is 158 (62.11% from 255 or 59.40% from 266); Max value from RGB is 158 - color contains mainly: blue. Hex color #63099E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #63099E is #9CF661. Grayscale: #343434. Windows color (decimal): -10286690 or 10357091. OLE color: 10357091.

HSL color Cylindrical-coordinate representation of color #63099E: hue angle of 276.24º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #63099E is Cyan = 0.37, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB999158-
CMYK0.370.9400.38
HSL276.24º89.22%32.75%-
HSV(B)276.24º94.3%61.96%-
XYZ11.415.3232.77-
YUV52.9187.32160.88-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 37.22%
GREEN value IS 9 (3.91% from 255) = 3.38%
BLUE value IS 158 (62.11% from 255) = 59.40%
R=37.22%
G=3.38%
B=59.40%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal9991580.370.9400.38276.2489.2232.75
Hex6399E255E0261145921
Octal143112364513604642413141
Binary1100011100110011110100101101111001001101000101001011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63099E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63099E; }

 p { color: rgb(99,9,158); }

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

<style>
 a { background-color: #63099E; }

 a { background-color: rgb(99,9,158); }

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

<style>
 span { border-color: #63099E; }

 span { border-color: rgb(99,9,158); }

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