Html Css Color HEX #631296 Indigo

📋 copy color: '#631296'

red 99 ◦ green 18 ◦ blue 150

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

Shades of Indigo #631296

Tints of Indigo #631296

RGB

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

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

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

R = 37.08%
G = 6.74%
B = 56.18%

CMYK

 C value IS 0.34

 M value IS 0.88

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#631296 (or 0x631296) is known color: Indigo. HEX triplet: 63, 12 and 96. RGB value is (99,18,150). Sum of RGB (Red+Green+Blue) = 99+18+150=267 (35% of max value = 765). Red value is 99 (39.06% from 255 or 37.08% from 267); Green value is 18 (7.42% from 255 or 6.74% from 267); Blue value is 150 (58.98% from 255 or 56.18% from 267); Max value from RGB is 150 - color contains mainly: blue. Hex color #631296 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #631296 is #9CED69. Grayscale: #383838. Windows color (decimal): -10284394 or 9835107. OLE color: 9835107.

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

Color convert

RGB 99 18 150 -
CMYK 0.34 0.88 0 0.41
HSL 276.82º 0.79% 0.33% -
HSV(B) 276.82º 0.88% 0.59% -
XYZ 10.87 5.29 29.3 -
YUV 57.27 180.34 157.77 -
System Red Green Blue C M Y K H S L
Decimal 99 18 150 0.34 0.88 0 0.41 276.82 0.79 0.33
Hex 63 12 96 22 58 0 29 115 4F 21
Octal 143 22 226 42 130 0 51 425 117 41
Binary 1100011 10010 10010110 100010 1011000 0 101001 100010101 1001111 100001

Color Harmonies of #631296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631296

Black with #631296

Text Example


Text Example

White with #631296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631296; }

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

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

background-color css

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

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

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

border-color css

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

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

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