Html Css Color HEX #631482 Indigo

📋 copy color: '#631482'

red 99 ◦ green 20 ◦ blue 130

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

Shades of Indigo #631482

Tints of Indigo #631482

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 52.21%

R = 39.76%
G = 8.03%
B = 52.21%

CMYK

 C value IS 0.24

 M value IS 0.85

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#631482 (or 0x631482) is known color: Indigo. HEX triplet: 63, 14 and 82. RGB value is (99,20,130). Sum of RGB (Red+Green+Blue) = 99+20+130=249 (32% of max value = 765). Red value is 99 (39.06% from 255 or 39.76% from 249); Green value is 20 (8.20% from 255 or 8.03% from 249); Blue value is 130 (51.17% from 255 or 52.21% from 249); Max value from RGB is 130 - color contains mainly: blue. Hex color #631482 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #631482 is #9CEB7D. Grayscale: #373737. Windows color (decimal): -10283902 or 8524899. OLE color: 8524899.

HSL color Cylindrical-coordinate representation of color #631482: hue angle of 283.09º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #631482 is Cyan = 0.24, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 99 20 130 -
CMYK 0.24 0.85 0 0.49
HSL 283.09º 0.73% 0.29% -
HSV(B) 283.09º 0.85% 0.51% -
XYZ 9.43 4.76 21.54 -
YUV 56.16 169.67 158.56 -
System Red Green Blue C M Y K H S L
Decimal 99 20 130 0.24 0.85 0 0.49 283.09 0.73 0.29
Hex 63 14 82 18 55 0 31 11B 49 1D
Octal 143 24 202 30 125 0 61 433 111 35
Binary 1100011 10100 10000010 11000 1010101 0 110001 100011011 1001001 11101

Color Harmonies of #631482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631482

Black with #631482

Text Example


Text Example

White with #631482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631482; }

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

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

background-color css

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

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

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

border-color css

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

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

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