Html Css Color HEX #631295 Indigo

📋 copy color: '#631295'

red 99 ◦ green 18 ◦ blue 149

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

Shades of Indigo #631295

Tints of Indigo #631295

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.77%

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

R = 37.22%
G = 6.77%
B = 56.02%

CMYK

 C value IS 0.34

 M value IS 0.88

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#631295 (or 0x631295) is known color: Indigo. HEX triplet: 63, 12 and 95. RGB value is (99,18,149). Sum of RGB (Red+Green+Blue) = 99+18+149=266 (35% of max value = 765). Red value is 99 (39.06% from 255 or 37.22% from 266); Green value is 18 (7.42% from 255 or 6.77% from 266); Blue value is 149 (58.59% from 255 or 56.02% from 266); Max value from RGB is 149 - color contains mainly: blue. Hex color #631295 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #631295 is #9CED6A. Grayscale: #383838. Windows color (decimal): -10284395 or 9769571. OLE color: 9769571.

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

Color convert

RGB 99 18 149 -
CMYK 0.34 0.88 0 0.42
HSL 277.1º 0.78% 0.33% -
HSV(B) 277.1º 0.88% 0.58% -
XYZ 10.79 5.26 28.88 -
YUV 57.15 179.84 157.85 -
System Red Green Blue C M Y K H S L
Decimal 99 18 149 0.34 0.88 0 0.42 277.1 0.78 0.33
Hex 63 12 95 22 58 0 2A 115 4E 21
Octal 143 22 225 42 130 0 52 425 116 41
Binary 1100011 10010 10010101 100010 1011000 0 101010 100010101 1001110 100001

Color Harmonies of #631295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631295

Black with #631295

Text Example


Text Example

White with #631295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631295; }

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

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

background-color css

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

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

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

border-color css

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

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

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