#63098A

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

Shades of Indigo #63098A

Tints of Indigo #63098A

Color information

#63098A (or 0x63098A) is unknown color: approx Indigo. HEX triplet: 63, 09 and 8A. RGB value is (99,9,138). Sum of RGB (Red+Green+Blue) = 99+9+138=246 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.24% from 246); Green value is 9 (3.91% from 255 or 3.66% from 246); Blue value is 138 (54.30% from 255 or 56.10% from 246); Max value from RGB is 138 - color contains mainly: blue. Hex color #63098A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #63098A is #9CF675. Grayscale: #323232. Windows color (decimal): -10286710 or 9046371. OLE color: 9046371.

HSL color Cylindrical-coordinate representation of color #63098A: hue angle of 281.86º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #63098A is Cyan = 0.28, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB999138-
CMYK0.280.9300.46
HSL281.86º87.76%28.82%-
HSV(B)281.86º93.48%54.12%-
XYZ9.834.6824.43-
YUV50.62177.32162.51-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 40.24%
GREEN value IS 9 (3.91% from 255) = 3.66%
BLUE value IS 138 (54.30% from 255) = 56.10%
R=40.24%
G=3.66%
B=56.10%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal9991380.280.9300.46281.8687.7628.82
Hex6398A1C5D02E11a581d
Octal143112123413505643213035
Binary11000111001100010101110010111010101110100011010101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63098A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63098A; }

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

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

<style>
 a { background-color: #63098A; }

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

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

<style>
 span { border-color: #63098A; }

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

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