#630797

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

Shades of Indigo #630797

Tints of Indigo #630797

Color information

#630797 (or 0x630797) is unknown color: approx Indigo. HEX triplet: 63, 07 and 97. RGB value is (99,7,151). Sum of RGB (Red+Green+Blue) = 99+7+151=257 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.52% from 257); Green value is 7 (3.12% from 255 or 2.72% from 257); Blue value is 151 (59.38% from 255 or 58.75% from 257); Max value from RGB is 151 - color contains mainly: blue. Hex color #630797 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630797 is #9CF868. Grayscale: #323232. Windows color (decimal): -10287209 or 9897827. OLE color: 9897827.

HSL color Cylindrical-coordinate representation of color #630797: hue angle of 278.33º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #630797 is Cyan = 0.34, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB997151-
CMYK0.340.9500.41
HSL278.33º91.14%30.98%-
HSV(B)278.33º95.36%59.22%-
XYZ10.815.0429.68-
YUV50.92184.48162.29-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 38.52%
GREEN value IS 7 (3.12% from 255) = 2.72%
BLUE value IS 151 (59.38% from 255) = 58.75%
R=38.52%
G=2.72%
B=58.75%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal9971510.340.9500.41278.3391.1430.98
Hex63797225F0291165b1f
Octal14372274213705142613337
Binary11000111111001011110001010111110101001100010110101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630797; }

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

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

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

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

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

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

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

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