Html Css Color HEX #631796 Indigo

📋 copy color: '#631796'

red 99 ◦ green 23 ◦ blue 150

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

Shades of Indigo #631796

Tints of Indigo #631796

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.46%

 BLUE value IS 150 (58.98% from 255) = 55.15%

R = 36.4%
G = 8.46%
B = 55.15%

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

#631796 (or 0x631796) is known color: Indigo. HEX triplet: 63, 17 and 96. RGB value is (99,23,150). Sum of RGB (Red+Green+Blue) = 99+23+150=272 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36.40% from 272); Green value is 23 (9.38% from 255 or 8.46% from 272); Blue value is 150 (58.98% from 255 or 55.15% from 272); Max value from RGB is 150 - color contains mainly: blue. Hex color #631796 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #631796 is #9CE869. Grayscale: #3B3B3B. Windows color (decimal): -10283114 or 9836387. OLE color: 9836387.

HSL color Cylindrical-coordinate representation of color #631796: hue angle of 275.91º degrees, saturation: 0.73, 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 #631796 is Cyan = 0.34, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 99 23 150 -
CMYK 0.34 0.85 0 0.41
HSL 275.91º 0.73% 0.34% -
HSV(B) 275.91º 0.85% 0.59% -
XYZ 10.96 5.47 29.33 -
YUV 60.2 178.68 155.67 -
System Red Green Blue C M Y K H S L
Decimal 99 23 150 0.34 0.85 0 0.41 275.91 0.73 0.34
Hex 63 17 96 22 55 0 29 114 49 22
Octal 143 27 226 42 125 0 51 424 111 42
Binary 1100011 10111 10010110 100010 1010101 0 101001 100010100 1001001 100010

Color Harmonies of #631796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631796

Black with #631796

Text Example


Text Example

White with #631796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631796; }

 p { color: rgb(99,23,150); }

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

background-color css

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

 a { background-color: rgb(99,23,150); }

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

border-color css

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

 span { border-color: rgb(99,23,150); }

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