#630786

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

Shades of Indigo #630786

Tints of Indigo #630786

Color information

#630786 (or 0x630786) is unknown color: approx Indigo. HEX triplet: 63, 07 and 86. RGB value is (99,7,134). Sum of RGB (Red+Green+Blue) = 99+7+134=240 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.25% from 240); Green value is 7 (3.12% from 255 or 2.92% from 240); Blue value is 134 (52.73% from 255 or 55.83% from 240); Max value from RGB is 134 - color contains mainly: blue. Hex color #630786 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630786 is #9CF879. Grayscale: #303030. Windows color (decimal): -10287226 or 8783715. OLE color: 8783715.

HSL color Cylindrical-coordinate representation of color #630786: hue angle of 283.46º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #630786 is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB997134-
CMYK0.260.9500.47
HSL283.46º90.07%27.65%-
HSV(B)283.46º94.78%52.55%-
XYZ9.524.5322.93-
YUV48.99175.98163.67-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 41.25%
GREEN value IS 7 (3.12% from 255) = 2.92%
BLUE value IS 134 (52.73% from 255) = 55.83%
R=41.25%
G=2.92%
B=55.83%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal9971340.260.9500.47283.4690.0727.65
Hex637861A5F02F11b5a1c
Octal14372063213705743313234
Binary1100011111100001101101010111110101111100011011101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630786; }

 p { color: rgb(99,7,134); }

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

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

 a { background-color: rgb(99,7,134); }

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

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

 span { border-color: rgb(99,7,134); }

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