#630A87

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

Shades of Indigo #630A87

Tints of Indigo #630A87

Color information

#630A87 (or 0x630A87) is unknown color: approx Indigo. HEX triplet: 63, 0A and 87. RGB value is (99,10,135). Sum of RGB (Red+Green+Blue) = 99+10+135=244 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.57% from 244); Green value is 10 (4.30% from 255 or 4.10% from 244); Blue value is 135 (53.12% from 255 or 55.33% from 244); Max value from RGB is 135 - color contains mainly: blue. Hex color #630A87 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630A87 is #9CF578. Grayscale: #323232. Windows color (decimal): -10286457 or 8850019. OLE color: 8850019.

HSL color Cylindrical-coordinate representation of color #630A87: hue angle of 282.72º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #630A87 is Cyan = 0.27, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9910135-
CMYK0.270.9300.47
HSL282.72º86.21%28.43%-
HSV(B)282.72º92.59%52.94%-
XYZ9.634.6223.31-
YUV50.86175.49162.34-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 40.57%
GREEN value IS 10 (4.30% from 255) = 4.10%
BLUE value IS 135 (53.12% from 255) = 55.33%
R=40.57%
G=4.10%
B=55.33%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal99101350.270.9300.47282.7286.2128.43
Hex63A871B5D02F11b561c
Octal143122073313505743312634
Binary11000111010100001111101110111010101111100011011101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630A87; }

 p { color: rgb(99,10,135); }

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

<style>
 a { background-color: #630A87; }

 a { background-color: rgb(99,10,135); }

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

<style>
 span { border-color: #630A87; }

 span { border-color: rgb(99,10,135); }

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