#63078E

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

Shades of Indigo #63078E

Tints of Indigo #63078E

Color information

#63078E (or 0x63078E) is unknown color: approx Indigo. HEX triplet: 63, 07 and 8E. RGB value is (99,7,142). Sum of RGB (Red+Green+Blue) = 99+7+142=248 (32% of max value = 765). Red value is 99 (39.06% from 255 or 39.92% from 248); Green value is 7 (3.12% from 255 or 2.82% from 248); Blue value is 142 (55.86% from 255 or 57.26% from 248); Max value from RGB is 142 - color contains mainly: blue. Hex color #63078E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #63078E is #9CF871. Grayscale: #313131. Windows color (decimal): -10287218 or 9308003. OLE color: 9308003.

HSL color Cylindrical-coordinate representation of color #63078E: hue angle of 280.89º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #63078E is Cyan = 0.30, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB997142-
CMYK0.300.9500.44
HSL280.89º90.6%29.22%-
HSV(B)280.89º95.07%55.69%-
XYZ10.14.7625.98-
YUV49.9179.98163.02-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 39.92%
GREEN value IS 7 (3.12% from 255) = 2.82%
BLUE value IS 142 (55.86% from 255) = 57.26%
R=39.92%
G=2.82%
B=57.26%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal9971420.300.9500.44280.8990.629.22
Hex6378E1E5F02C1195b1d
Octal14372163613705443113335
Binary1100011111100011101111010111110101100100011001101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63078E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63078E; }

 p { color: rgb(99,7,142); }

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

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

 a { background-color: rgb(99,7,142); }

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

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

 span { border-color: rgb(99,7,142); }

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