Html Css Color HEX #631077 Indigo

📋 copy color: '#631077'

red 99 ◦ green 16 ◦ blue 119

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

Shades of Indigo #631077

Tints of Indigo #631077

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.84%

 BLUE value IS 119 (46.88% from 255) = 50.85%

R = 42.31%
G = 6.84%
B = 50.85%

CMYK

 C value IS 0.17

 M value IS 0.87

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#631077 (or 0x631077) is known color: Indigo. HEX triplet: 63, 10 and 77. RGB value is (99,16,119). Sum of RGB (Red+Green+Blue) = 99+16+119=234 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.31% from 234); Green value is 16 (6.64% from 255 or 6.84% from 234); Blue value is 119 (46.88% from 255 or 50.85% from 234); Max value from RGB is 119 - color contains mainly: blue. Hex color #631077 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631077 is #9CEF88. Grayscale: #343434. Windows color (decimal): -10284937 or 7802979. OLE color: 7802979.

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

Color convert

RGB 99 16 119 -
CMYK 0.17 0.87 0 0.53
HSL 288.35º 0.76% 0.26% -
HSV(B) 288.35º 0.87% 0.47% -
XYZ 8.66 4.36 17.84 -
YUV 52.56 165.5 161.12 -
System Red Green Blue C M Y K H S L
Decimal 99 16 119 0.17 0.87 0 0.53 288.35 0.76 0.26
Hex 63 10 77 11 57 0 35 120 4C 1A
Octal 143 20 167 21 127 0 65 440 114 32
Binary 1100011 10000 1110111 10001 1010111 0 110101 100100000 1001100 11010

Color Harmonies of #631077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631077

Black with #631077

Text Example


Text Example

White with #631077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631077; }

 p { color: rgb(99,16,119); }

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

background-color css

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

 a { background-color: rgb(99,16,119); }

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

border-color css

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

 span { border-color: rgb(99,16,119); }

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