#630478

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

Shades of Indigo #630478

Tints of Indigo #630478

Color information

#630478 (or 0x630478) is unknown color: approx Indigo. HEX triplet: 63, 04 and 78. RGB value is (99,4,120). Sum of RGB (Red+Green+Blue) = 99+4+120=223 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.39% from 223); Green value is 4 (1.95% from 255 or 1.79% from 223); Blue value is 120 (47.27% from 255 or 53.81% from 223); Max value from RGB is 120 - color contains mainly: blue. Hex color #630478 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630478 is #9CFB87. Grayscale: #2D2D2D. Windows color (decimal): -10288008 or 7865443. OLE color: 7865443.

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

Color convert

RGB994120-
CMYK0.170.9700.53
HSL289.14º93.55%24.31%-
HSV(B)289.14º96.67%47.06%-
XYZ8.584.118.11-
YUV45.63169.97166.07-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 44.39%
GREEN value IS 4 (1.95% from 255) = 1.79%
BLUE value IS 120 (47.27% from 255) = 53.81%
R=44.39%
G=1.79%
B=53.81%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal9941200.170.9700.53289.1493.5524.31
Hex6347811610351215e18
Octal14341702114106544113630
Binary110001110011110001000111000010110101100100001101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630478; }

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

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

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

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

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

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

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

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