Html Css Color HEX #631380 Indigo

📋 copy color: '#631380'

red 99 ◦ green 19 ◦ blue 128

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

Shades of Indigo #631380

Tints of Indigo #631380

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.72%

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

R = 40.24%
G = 7.72%
B = 52.03%

CMYK

 C value IS 0.23

 M value IS 0.85

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#631380 (or 0x631380) is known color: Indigo. HEX triplet: 63, 13 and 80. RGB value is (99,19,128). Sum of RGB (Red+Green+Blue) = 99+19+128=246 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.24% from 246); Green value is 19 (7.81% from 255 or 7.72% from 246); Blue value is 128 (50.39% from 255 or 52.03% from 246); Max value from RGB is 128 - color contains mainly: blue. Hex color #631380 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #631380 is #9CEC7F. Grayscale: #363636. Windows color (decimal): -10284160 or 8393571. OLE color: 8393571.

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

Color convert

RGB 99 19 128 -
CMYK 0.23 0.85 0 0.50
HSL 284.04º 0.74% 0.29% -
HSV(B) 284.04º 0.85% 0.5% -
XYZ 9.27 4.68 20.84 -
YUV 55.35 169 159.14 -
System Red Green Blue C M Y K H S L
Decimal 99 19 128 0.23 0.85 0 0.50 284.04 0.74 0.29
Hex 63 13 80 17 55 0 32 11C 4A 1D
Octal 143 23 200 27 125 0 62 434 112 35
Binary 1100011 10011 10000000 10111 1010101 0 110010 100011100 1001010 11101

Color Harmonies of #631380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631380

Black with #631380

Text Example


Text Example

White with #631380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631380; }

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

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

background-color css

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

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

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

border-color css

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

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

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