Html Css Color HEX #631480 Indigo

📋 copy color: '#631480'

red 99 ◦ green 20 ◦ blue 128

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

Shades of Indigo #631480

Tints of Indigo #631480

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.1%

 BLUE value IS 128 (50.39% from 255) = 51.82%

R = 40.08%
G = 8.1%
B = 51.82%

CMYK

 C value IS 0.23

 M value IS 0.84

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#631480 (or 0x631480) is known color: Indigo. HEX triplet: 63, 14 and 80. RGB value is (99,20,128). Sum of RGB (Red+Green+Blue) = 99+20+128=247 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.08% from 247); Green value is 20 (8.20% from 255 or 8.10% from 247); Blue value is 128 (50.39% from 255 or 51.82% from 247); Max value from RGB is 128 - color contains mainly: blue. Hex color #631480 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #631480 is #9CEB7F. Grayscale: #373737. Windows color (decimal): -10283904 or 8393827. OLE color: 8393827.

HSL color Cylindrical-coordinate representation of color #631480: hue angle of 283.89º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #631480 is Cyan = 0.23, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 99 20 128 -
CMYK 0.23 0.84 0 0.50
HSL 283.89º 0.73% 0.29% -
HSV(B) 283.89º 0.84% 0.5% -
XYZ 9.29 4.71 20.84 -
YUV 55.93 168.67 158.72 -
System Red Green Blue C M Y K H S L
Decimal 99 20 128 0.23 0.84 0 0.50 283.89 0.73 0.29
Hex 63 14 80 17 54 0 32 11C 49 1D
Octal 143 24 200 27 124 0 62 434 111 35
Binary 1100011 10100 10000000 10111 1010100 0 110010 100011100 1001001 11101

Color Harmonies of #631480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631480

Black with #631480

Text Example


Text Example

White with #631480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631480; }

 p { color: rgb(99,20,128); }

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

background-color css

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

 a { background-color: rgb(99,20,128); }

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

border-color css

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

 span { border-color: rgb(99,20,128); }

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