Html Css Color HEX #631580 Indigo

📋 copy color: '#631580'

red 99 ◦ green 21 ◦ blue 128

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

Shades of Indigo #631580

Tints of Indigo #631580

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.47%

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

R = 39.92%
G = 8.47%
B = 51.61%

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

#631580 (or 0x631580) is known color: Indigo. HEX triplet: 63, 15 and 80. RGB value is (99,21,128). Sum of RGB (Red+Green+Blue) = 99+21+128=248 (32% of max value = 765). Red value is 99 (39.06% from 255 or 39.92% from 248); Green value is 21 (8.59% from 255 or 8.47% from 248); Blue value is 128 (50.39% from 255 or 51.61% from 248); Max value from RGB is 128 - color contains mainly: blue. Hex color #631580 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #631580 is #9CEA7F. Grayscale: #383838. Windows color (decimal): -10283648 or 8394083. OLE color: 8394083.

HSL color Cylindrical-coordinate representation of color #631580: hue angle of 283.74º degrees, saturation: 0.72, 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 #631580 is Cyan = 0.23, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 99 21 128 -
CMYK 0.23 0.84 0 0.50
HSL 283.74º 0.72% 0.29% -
HSV(B) 283.74º 0.84% 0.5% -
XYZ 9.31 4.75 20.85 -
YUV 56.52 168.34 158.3 -
System Red Green Blue C M Y K H S L
Decimal 99 21 128 0.23 0.84 0 0.50 283.74 0.72 0.29
Hex 63 15 80 17 54 0 32 11C 48 1D
Octal 143 25 200 27 124 0 62 434 110 35
Binary 1100011 10101 10000000 10111 1010100 0 110010 100011100 1001000 11101

Color Harmonies of #631580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631580

Black with #631580

Text Example


Text Example

White with #631580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631580; }

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

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

background-color css

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

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

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

border-color css

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

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

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