#630482

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

Shades of Indigo #630482

Tints of Indigo #630482

Color information

#630482 (or 0x630482) is unknown color: approx Indigo. HEX triplet: 63, 04 and 82. RGB value is (99,4,130). Sum of RGB (Red+Green+Blue) = 99+4+130=233 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.49% from 233); Green value is 4 (1.95% from 255 or 1.72% from 233); Blue value is 130 (51.17% from 255 or 55.79% from 233); Max value from RGB is 130 - color contains mainly: blue. Hex color #630482 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630482 is #9CFB7D. Grayscale: #2E2E2E. Windows color (decimal): -10287998 or 8520803. OLE color: 8520803.

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

Color convert

RGB994130-
CMYK0.240.9700.49
HSL285.24º94.03%26.27%-
HSV(B)285.24º96.92%50.98%-
XYZ9.224.3521.47-
YUV46.77174.97165.25-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 42.49%
GREEN value IS 4 (1.95% from 255) = 1.72%
BLUE value IS 130 (51.17% from 255) = 55.79%
R=42.49%
G=1.72%
B=55.79%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal9941300.240.9700.49285.2494.0326.27
Hex63482186103111d5e1a
Octal14342023014106143513632
Binary1100011100100000101100011000010110001100011101101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630482; }

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

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

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

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

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

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

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

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