Html Css Color HEX #631695 Indigo

📋 copy color: '#631695'

red 99 ◦ green 22 ◦ blue 149

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

Shades of Indigo #631695

Tints of Indigo #631695

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.15%

 BLUE value IS 149 (58.59% from 255) = 55.19%

R = 36.67%
G = 8.15%
B = 55.19%

CMYK

 C value IS 0.34

 M value IS 0.85

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#631695 (or 0x631695) is known color: Indigo. HEX triplet: 63, 16 and 95. RGB value is (99,22,149). Sum of RGB (Red+Green+Blue) = 99+22+149=270 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.67% from 270); Green value is 22 (8.98% from 255 or 8.15% from 270); Blue value is 149 (58.59% from 255 or 55.19% from 270); Max value from RGB is 149 - color contains mainly: blue. Hex color #631695 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #631695 is #9CE96A. Grayscale: #3B3B3B. Windows color (decimal): -10283371 or 9770595. OLE color: 9770595.

HSL color Cylindrical-coordinate representation of color #631695: hue angle of 276.38º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #631695 is Cyan = 0.34, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 99 22 149 -
CMYK 0.34 0.85 0 0.42
HSL 276.38º 0.74% 0.34% -
HSV(B) 276.38º 0.85% 0.58% -
XYZ 10.86 5.4 28.9 -
YUV 59.5 178.51 156.17 -
System Red Green Blue C M Y K H S L
Decimal 99 22 149 0.34 0.85 0 0.42 276.38 0.74 0.34
Hex 63 16 95 22 55 0 2A 114 4A 22
Octal 143 26 225 42 125 0 52 424 112 42
Binary 1100011 10110 10010101 100010 1010101 0 101010 100010100 1001010 100010

Color Harmonies of #631695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631695

Black with #631695

Text Example


Text Example

White with #631695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631695; }

 p { color: rgb(99,22,149); }

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

background-color css

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

 a { background-color: rgb(99,22,149); }

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

border-color css

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

 span { border-color: rgb(99,22,149); }

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