Html Css Color HEX #631095 Indigo

📋 copy color: '#631095'

red 99 ◦ green 16 ◦ blue 149

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

Shades of Indigo #631095

Tints of Indigo #631095

RGB

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

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

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

R = 37.5%
G = 6.06%
B = 56.44%

CMYK

 C value IS 0.34

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#631095 (or 0x631095) is known color: Indigo. HEX triplet: 63, 10 and 95. RGB value is (99,16,149). Sum of RGB (Red+Green+Blue) = 99+16+149=264 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.5% from 264); Green value is 16 (6.64% from 255 or 6.06% from 264); Blue value is 149 (58.59% from 255 or 56.44% from 264); Max value from RGB is 149 - color contains mainly: blue. Hex color #631095 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #631095 is #9CEF6A. Grayscale: #373737. Windows color (decimal): -10284907 or 9769059. OLE color: 9769059.

HSL color Cylindrical-coordinate representation of color #631095: hue angle of 277.44º degrees, saturation: 0.81, 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 #631095 is Cyan = 0.34, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 99 16 149 -
CMYK 0.34 0.89 0 0.42
HSL 277.44º 0.81% 0.32% -
HSV(B) 277.44º 0.89% 0.58% -
XYZ 10.76 5.19 28.87 -
YUV 55.98 180.5 158.69 -
System Red Green Blue C M Y K H S L
Decimal 99 16 149 0.34 0.89 0 0.42 277.44 0.81 0.32
Hex 63 10 95 22 59 0 2A 115 51 20
Octal 143 20 225 42 131 0 52 425 121 40
Binary 1100011 10000 10010101 100010 1011001 0 101010 100010101 1010001 100000

Color Harmonies of #631095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631095

Black with #631095

Text Example


Text Example

White with #631095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631095; }

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

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

background-color css

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

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

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

border-color css

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

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

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