Html Css Color HEX #631096 Indigo

📋 copy color: '#631096'

red 99 ◦ green 16 ◦ blue 150

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

Shades of Indigo #631096

Tints of Indigo #631096

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.04%

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

R = 37.36%
G = 6.04%
B = 56.6%

CMYK

 C value IS 0.34

 M value IS 0.89

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#631096 (or 0x631096) is known color: Indigo. HEX triplet: 63, 10 and 96. RGB value is (99,16,150). Sum of RGB (Red+Green+Blue) = 99+16+150=265 (35% of max value = 765). Red value is 99 (39.06% from 255 or 37.36% from 265); Green value is 16 (6.64% from 255 or 6.04% from 265); Blue value is 150 (58.98% from 255 or 56.60% from 265); Max value from RGB is 150 - color contains mainly: blue. Hex color #631096 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #631096 is #9CEF69. Grayscale: #373737. Windows color (decimal): -10284906 or 9834595. OLE color: 9834595.

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

Color convert

RGB 99 16 150 -
CMYK 0.34 0.89 0 0.41
HSL 277.16º 0.81% 0.33% -
HSV(B) 277.16º 0.89% 0.59% -
XYZ 10.84 5.23 29.29 -
YUV 56.09 181 158.6 -
System Red Green Blue C M Y K H S L
Decimal 99 16 150 0.34 0.89 0 0.41 277.16 0.81 0.33
Hex 63 10 96 22 59 0 29 115 51 21
Octal 143 20 226 42 131 0 51 425 121 41
Binary 1100011 10000 10010110 100010 1011001 0 101001 100010101 1010001 100001

Color Harmonies of #631096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631096

Black with #631096

Text Example


Text Example

White with #631096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631096; }

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

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

background-color css

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

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

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

border-color css

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

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

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