#630978

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

Shades of Indigo #630978

Tints of Indigo #630978

Color information

#630978 (or 0x630978) is unknown color: approx Indigo. HEX triplet: 63, 09 and 78. RGB value is (99,9,120). Sum of RGB (Red+Green+Blue) = 99+9+120=228 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.42% from 228); Green value is 9 (3.91% from 255 or 3.95% from 228); Blue value is 120 (47.27% from 255 or 52.63% from 228); Max value from RGB is 120 - color contains mainly: blue. Hex color #630978 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630978 is #9CF687. Grayscale: #303030. Windows color (decimal): -10286728 or 7866723. OLE color: 7866723.

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

Color convert

RGB999120-
CMYK0.170.9200.53
HSL288.65º86.05%25.29%-
HSV(B)288.65º92.5%47.06%-
XYZ8.634.218.13-
YUV48.56168.32163.97-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 43.42%
GREEN value IS 9 (3.91% from 255) = 3.95%
BLUE value IS 120 (47.27% from 255) = 52.63%
R=43.42%
G=3.95%
B=52.63%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal9991200.170.9200.53288.6586.0525.29
Hex63978115C0351215619
Octal143111702113406544112631
Binary1100011100111110001000110111000110101100100001101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630978; }

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

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

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

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

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

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

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

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