Html Css Color HEX #630E79 Indigo

📋 copy color: '#630E79'

red 99 ◦ green 14 ◦ blue 121

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

Shades of Indigo #630E79

Tints of Indigo #630E79

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.98%

 BLUE value IS 121 (47.66% from 255) = 51.71%

R = 42.31%
G = 5.98%
B = 51.71%

CMYK

 C value IS 0.18

 M value IS 0.88

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#630E79 (or 0x630E79) is known color: Indigo. HEX triplet: 63, 0E and 79. RGB value is (99,14,121). Sum of RGB (Red+Green+Blue) = 99+14+121=234 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.31% from 234); Green value is 14 (5.86% from 255 or 5.98% from 234); Blue value is 121 (47.66% from 255 or 51.71% from 234); Max value from RGB is 121 - color contains mainly: blue. Hex color #630E79 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630E79 is #9CF186. Grayscale: #333333. Windows color (decimal): -10285447 or 7933539. OLE color: 7933539.

HSL color Cylindrical-coordinate representation of color #630E79: hue angle of 287.66º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #630E79 is Cyan = 0.18, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 99 14 121 -
CMYK 0.18 0.88 0 0.53
HSL 287.66º 0.79% 0.26% -
HSV(B) 287.66º 0.88% 0.47% -
XYZ 8.75 4.35 18.47 -
YUV 51.61 167.16 161.8 -
System Red Green Blue C M Y K H S L
Decimal 99 14 121 0.18 0.88 0 0.53 287.66 0.79 0.26
Hex 63 E 79 12 58 0 35 120 4F 1A
Octal 143 16 171 22 130 0 65 440 117 32
Binary 1100011 1110 1111001 10010 1011000 0 110101 100100000 1001111 11010

Color Harmonies of #630E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630E79

Black with #630E79

Text Example


Text Example

White with #630E79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630E79; }

 p { color: rgb(99,14,121); }

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

background-color css

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

 a { background-color: rgb(99,14,121); }

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

border-color css

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

 span { border-color: rgb(99,14,121); }

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