Html Css Color HEX #631186 Indigo

📋 copy color: '#631186'

red 99 ◦ green 17 ◦ blue 134

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

Shades of Indigo #631186

Tints of Indigo #631186

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 53.6%

R = 39.6%
G = 6.8%
B = 53.6%

CMYK

 C value IS 0.26

 M value IS 0.87

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#631186 (or 0x631186) is known color: Indigo. HEX triplet: 63, 11 and 86. RGB value is (99,17,134). Sum of RGB (Red+Green+Blue) = 99+17+134=250 (33% of max value = 765). Red value is 99 (39.06% from 255 or 39.6% from 250); Green value is 17 (7.03% from 255 or 6.8% from 250); Blue value is 134 (52.73% from 255 or 53.6% from 250); Max value from RGB is 134 - color contains mainly: blue. Hex color #631186 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #631186 is #9CEE79. Grayscale: #363636. Windows color (decimal): -10284666 or 8786275. OLE color: 8786275.

HSL color Cylindrical-coordinate representation of color #631186: hue angle of 282.05º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #631186 is Cyan = 0.26, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 99 17 134 -
CMYK 0.26 0.87 0 0.47
HSL 282.05º 0.77% 0.3% -
HSV(B) 282.05º 0.87% 0.53% -
XYZ 9.65 4.77 22.97 -
YUV 54.86 172.67 159.49 -
System Red Green Blue C M Y K H S L
Decimal 99 17 134 0.26 0.87 0 0.47 282.05 0.77 0.3
Hex 63 11 86 1A 57 0 2F 11A 4D 1E
Octal 143 21 206 32 127 0 57 432 115 36
Binary 1100011 10001 10000110 11010 1010111 0 101111 100011010 1001101 11110

Color Harmonies of #631186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631186

Black with #631186

Text Example


Text Example

White with #631186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631186; }

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

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

background-color css

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

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

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

border-color css

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

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

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