Html Css Color HEX #631182 Indigo

📋 copy color: '#631182'

red 99 ◦ green 17 ◦ blue 130

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

Shades of Indigo #631182

Tints of Indigo #631182

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.91%

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

R = 40.24%
G = 6.91%
B = 52.85%

CMYK

 C value IS 0.24

 M value IS 0.87

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#631182 (or 0x631182) is known color: Indigo. HEX triplet: 63, 11 and 82. RGB value is (99,17,130). Sum of RGB (Red+Green+Blue) = 99+17+130=246 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.24% from 246); Green value is 17 (7.03% from 255 or 6.91% from 246); Blue value is 130 (51.17% from 255 or 52.85% from 246); Max value from RGB is 130 - color contains mainly: blue. Hex color #631182 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #631182 is #9CEE7D. Grayscale: #363636. Windows color (decimal): -10284670 or 8524131. OLE color: 8524131.

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

Color convert

RGB 99 17 130 -
CMYK 0.24 0.87 0 0.49
HSL 283.54º 0.77% 0.29% -
HSV(B) 283.54º 0.87% 0.51% -
XYZ 9.38 4.67 21.53 -
YUV 54.4 170.67 159.81 -
System Red Green Blue C M Y K H S L
Decimal 99 17 130 0.24 0.87 0 0.49 283.54 0.77 0.29
Hex 63 11 82 18 57 0 31 11C 4D 1D
Octal 143 21 202 30 127 0 61 434 115 35
Binary 1100011 10001 10000010 11000 1010111 0 110001 100011100 1001101 11101

Color Harmonies of #631182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631182

Black with #631182

Text Example


Text Example

White with #631182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631182; }

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

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

background-color css

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

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

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

border-color css

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

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

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