#630F80

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

Shades of Indigo #630F80

Tints of Indigo #630F80

Color information

#630F80 (or 0x630F80) is unknown color: approx Indigo. HEX triplet: 63, 0F and 80. RGB value is (99,15,128). Sum of RGB (Red+Green+Blue) = 99+15+128=242 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.91% from 242); Green value is 15 (6.25% from 255 or 6.20% from 242); Blue value is 128 (50.39% from 255 or 52.89% from 242); Max value from RGB is 128 - color contains mainly: blue. Hex color #630F80 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630F80 is #9CF07F. Grayscale: #343434. Windows color (decimal): -10285184 or 8392547. OLE color: 8392547.

HSL color Cylindrical-coordinate representation of color #630F80: hue angle of 284.6º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #630F80 is Cyan = 0.23, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB9915128-
CMYK0.230.8800.50
HSL284.6º79.02%28.04%-
HSV(B)284.6º88.28%50.2%-
XYZ9.214.5520.82-
YUV53170.33160.81-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 40.91%
GREEN value IS 15 (6.25% from 255) = 6.20%
BLUE value IS 128 (50.39% from 255) = 52.89%
R=40.91%
G=6.20%
B=52.89%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal99151280.230.8800.50284.679.0228.04
Hex63F80175803211d4f1c
Octal143172002713006243511734
Binary11000111111100000001011110110000110010100011101100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,15,128); }

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

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

 a { background-color: rgb(99,15,128); }

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

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

 span { border-color: rgb(99,15,128); }

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