Html Css Color HEX #631193 Indigo

📋 copy color: '#631193'

red 99 ◦ green 17 ◦ blue 147

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

Shades of Indigo #631193

Tints of Indigo #631193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 55.89%

R = 37.64%
G = 6.46%
B = 55.89%

CMYK

 C value IS 0.33

 M value IS 0.88

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#631193 (or 0x631193) is known color: Indigo. HEX triplet: 63, 11 and 93. RGB value is (99,17,147). Sum of RGB (Red+Green+Blue) = 99+17+147=263 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.64% from 263); Green value is 17 (7.03% from 255 or 6.46% from 263); Blue value is 147 (57.81% from 255 or 55.89% from 263); Max value from RGB is 147 - color contains mainly: blue. Hex color #631193 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #631193 is #9CEE6C. Grayscale: #373737. Windows color (decimal): -10284653 or 9638243. OLE color: 9638243.

HSL color Cylindrical-coordinate representation of color #631193: hue angle of 277.85º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #631193 is Cyan = 0.33, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 99 17 147 -
CMYK 0.33 0.88 0 0.42
HSL 277.85º 0.79% 0.32% -
HSV(B) 277.85º 0.88% 0.58% -
XYZ 10.61 5.16 28.04 -
YUV 56.34 179.17 158.43 -
System Red Green Blue C M Y K H S L
Decimal 99 17 147 0.33 0.88 0 0.42 277.85 0.79 0.32
Hex 63 11 93 21 58 0 2A 116 4F 20
Octal 143 21 223 41 130 0 52 426 117 40
Binary 1100011 10001 10010011 100001 1011000 0 101010 100010110 1001111 100000

Color Harmonies of #631193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631193

Black with #631193

Text Example


Text Example

White with #631193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631193; }

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

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

background-color css

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

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

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

border-color css

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

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

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