Html Css Color HEX #631697 Indigo

📋 copy color: '#631697'

red 99 ◦ green 22 ◦ blue 151

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

Shades of Indigo #631697

Tints of Indigo #631697

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 55.51%

R = 36.4%
G = 8.09%
B = 55.51%

CMYK

 C value IS 0.34

 M value IS 0.85

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#631697 (or 0x631697) is known color: Indigo. HEX triplet: 63, 16 and 97. RGB value is (99,22,151). Sum of RGB (Red+Green+Blue) = 99+22+151=272 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36.40% from 272); Green value is 22 (8.98% from 255 or 8.09% from 272); Blue value is 151 (59.38% from 255 or 55.51% from 272); Max value from RGB is 151 - color contains mainly: blue. Hex color #631697 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #631697 is #9CE968. Grayscale: #3B3B3B. Windows color (decimal): -10283369 or 9901667. OLE color: 9901667.

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

Color convert

RGB 99 22 151 -
CMYK 0.34 0.85 0 0.41
HSL 275.81º 0.75% 0.34% -
HSV(B) 275.81º 0.85% 0.59% -
XYZ 11.02 5.46 29.75 -
YUV 59.73 179.51 156.01 -
System Red Green Blue C M Y K H S L
Decimal 99 22 151 0.34 0.85 0 0.41 275.81 0.75 0.34
Hex 63 16 97 22 55 0 29 114 4B 22
Octal 143 26 227 42 125 0 51 424 113 42
Binary 1100011 10110 10010111 100010 1010101 0 101001 100010100 1001011 100010

Color Harmonies of #631697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631697

Black with #631697

Text Example


Text Example

White with #631697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631697; }

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

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

background-color css

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

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

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

border-color css

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

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

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