#630678

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

Shades of Indigo #630678

Tints of Indigo #630678

Color information

#630678 (or 0x630678) is unknown color: approx Indigo. HEX triplet: 63, 06 and 78. RGB value is (99,6,120). Sum of RGB (Red+Green+Blue) = 99+6+120=225 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44% from 225); Green value is 6 (2.73% from 255 or 2.67% from 225); Blue value is 120 (47.27% from 255 or 53.33% from 225); Max value from RGB is 120 - color contains mainly: blue. Hex color #630678 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630678 is #9CF987. Grayscale: #2E2E2E. Windows color (decimal): -10287496 or 7865955. OLE color: 7865955.

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

Color convert

RGB996120-
CMYK0.170.9500.53
HSL288.95º90.48%24.71%-
HSV(B)288.95º95%47.06%-
XYZ8.64.1418.11-
YUV46.8169.31165.23-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 44%
GREEN value IS 6 (2.73% from 255) = 2.67%
BLUE value IS 120 (47.27% from 255) = 53.33%
R=44%
G=2.67%
B=53.33%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal9961200.170.9500.53288.9590.4824.71
Hex63678115F0351215a19
Octal14361702113706544113231
Binary110001111011110001000110111110110101100100001101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630678; }

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

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

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

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

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

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

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

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