Html Css Color HEX #631194 Indigo

📋 copy color: '#631194'

red 99 ◦ green 17 ◦ blue 148

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

Shades of Indigo #631194

Tints of Indigo #631194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 56.06%

R = 37.5%
G = 6.44%
B = 56.06%

CMYK

 C value IS 0.33

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#631194 (or 0x631194) is known color: Indigo. HEX triplet: 63, 11 and 94. RGB value is (99,17,148). Sum of RGB (Red+Green+Blue) = 99+17+148=264 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.5% from 264); Green value is 17 (7.03% from 255 or 6.44% from 264); Blue value is 148 (58.20% from 255 or 56.06% from 264); Max value from RGB is 148 - color contains mainly: blue. Hex color #631194 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #631194 is #9CEE6B. Grayscale: #383838. Windows color (decimal): -10284652 or 9703779. OLE color: 9703779.

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

Color convert

RGB 99 17 148 -
CMYK 0.33 0.89 0 0.42
HSL 277.56º 0.79% 0.32% -
HSV(B) 277.56º 0.89% 0.58% -
XYZ 10.69 5.19 28.46 -
YUV 56.45 179.67 158.35 -
System Red Green Blue C M Y K H S L
Decimal 99 17 148 0.33 0.89 0 0.42 277.56 0.79 0.32
Hex 63 11 94 21 59 0 2A 116 4F 20
Octal 143 21 224 41 131 0 52 426 117 40
Binary 1100011 10001 10010100 100001 1011001 0 101010 100010110 1001111 100000

Color Harmonies of #631194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631194

Black with #631194

Text Example


Text Example

White with #631194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631194; }

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

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

background-color css

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

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

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

border-color css

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

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

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