#630486

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

Shades of Indigo #630486

Tints of Indigo #630486

Color information

#630486 (or 0x630486) is unknown color: approx Indigo. HEX triplet: 63, 04 and 86. RGB value is (99,4,134). Sum of RGB (Red+Green+Blue) = 99+4+134=237 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.77% from 237); Green value is 4 (1.95% from 255 or 1.69% from 237); Blue value is 134 (52.73% from 255 or 56.54% from 237); Max value from RGB is 134 - color contains mainly: blue. Hex color #630486 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630486 is #9CFB79. Grayscale: #2E2E2E. Windows color (decimal): -10287994 or 8782947. OLE color: 8782947.

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

Color convert

RGB994134-
CMYK0.260.9700.47
HSL283.85º94.2%27.06%-
HSV(B)283.85º97.01%52.55%-
XYZ9.494.4622.91-
YUV47.22176.97164.93-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 41.77%
GREEN value IS 4 (1.95% from 255) = 1.69%
BLUE value IS 134 (52.73% from 255) = 56.54%
R=41.77%
G=1.69%
B=56.54%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal9941340.260.9700.47283.8594.227.06
Hex634861A6102F11c5e1b
Octal14342063214105743413633
Binary1100011100100001101101011000010101111100011100101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630486; }

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

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

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

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

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

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

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

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