Html Css Color HEX #630778 Indigo

📋 copy color: '#630778'

red 99 ◦ green 7 ◦ blue 120

#630778
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indigo #630778

Tints of Indigo #630778

RGB

 RED value IS 99 (39.06% from 255) = 43.81%

 GREEN value IS 7 (3.13% from 255) = 3.1%

 BLUE value IS 120 (47.27% from 255) = 53.1%

R = 43.81%
G = 3.1%
B = 53.1%

CMYK

 C value IS 0.17

 M value IS 0.94

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#630778 (or 0x630778) is known color: Indigo. HEX triplet: 63, 07 and 78. RGB value is (99,7,120). Sum of RGB (Red+Green+Blue) = 99+7+120=226 (29% of max value = 765). Red value is 99 (39.06% from 255 or 43.81% from 226); Green value is 7 (3.12% from 255 or 3.10% from 226); Blue value is 120 (47.27% from 255 or 53.10% from 226); Max value from RGB is 120 - color contains mainly: blue. Hex color #630778 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630778 is #9CF887. Grayscale: #2F2F2F. Windows color (decimal): -10287240 or 7866211. OLE color: 7866211.

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

Color convert

RGB 99 7 120 -
CMYK 0.17 0.94 0 0.53
HSL 288.85º 0.89% 0.25% -
HSV(B) 288.85º 0.94% 0.47% -
XYZ 8.61 4.16 18.12 -
YUV 47.39 168.98 164.81 -
System Red Green Blue C M Y K H S L
Decimal 99 7 120 0.17 0.94 0 0.53 288.85 0.89 0.25
Hex 63 7 78 11 5E 0 35 121 59 19
Octal 143 7 170 21 136 0 65 441 131 31
Binary 1100011 111 1111000 10001 1011110 0 110101 100100001 1011001 11001

Color Harmonies of #630778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630778

Black with #630778

Text Example


Text Example

White with #630778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630778; }

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

 H1.HeaderClassName
 {
   color: #630778;
 }
 .AnyTagClassName
 {
   color: #630778;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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