#630793

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

Shades of Indigo #630793

Tints of Indigo #630793

Color information

#630793 (or 0x630793) is unknown color: approx Indigo. HEX triplet: 63, 07 and 93. RGB value is (99,7,147). Sum of RGB (Red+Green+Blue) = 99+7+147=253 (33% of max value = 765). Red value is 99 (39.06% from 255 or 39.13% from 253); Green value is 7 (3.12% from 255 or 2.77% from 253); Blue value is 147 (57.81% from 255 or 58.10% from 253); Max value from RGB is 147 - color contains mainly: blue. Hex color #630793 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630793 is #9CF86C. Grayscale: #323232. Windows color (decimal): -10287213 or 9635683. OLE color: 9635683.

HSL color Cylindrical-coordinate representation of color #630793: hue angle of 279.43º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #630793 is Cyan = 0.33, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB997147-
CMYK0.330.9500.42
HSL279.43º90.91%30.2%-
HSV(B)279.43º95.24%57.65%-
XYZ10.494.9128-
YUV50.47182.48162.62-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 39.13%
GREEN value IS 7 (3.12% from 255) = 2.77%
BLUE value IS 147 (57.81% from 255) = 58.10%
R=39.13%
G=2.77%
B=58.10%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal9971470.330.9500.42279.4390.9130.2
Hex63793215F02A1175b1e
Octal14372234113705242713336
Binary11000111111001001110000110111110101010100010111101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630793; }

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

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

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

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

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

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

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

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