Html Css Color HEX #631291 Indigo

📋 copy color: '#631291'

red 99 ◦ green 18 ◦ blue 145

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

Shades of Indigo #631291

Tints of Indigo #631291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 55.34%

R = 37.79%
G = 6.87%
B = 55.34%

CMYK

 C value IS 0.32

 M value IS 0.88

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#631291 (or 0x631291) is known color: Indigo. HEX triplet: 63, 12 and 91. RGB value is (99,18,145). Sum of RGB (Red+Green+Blue) = 99+18+145=262 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.79% from 262); Green value is 18 (7.42% from 255 or 6.87% from 262); Blue value is 145 (57.03% from 255 or 55.34% from 262); Max value from RGB is 145 - color contains mainly: blue. Hex color #631291 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #631291 is #9CED6E. Grayscale: #383838. Windows color (decimal): -10284399 or 9507427. OLE color: 9507427.

HSL color Cylindrical-coordinate representation of color #631291: hue angle of 278.27º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #631291 is Cyan = 0.32, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 99 18 145 -
CMYK 0.32 0.88 0 0.43
HSL 278.27º 0.78% 0.32% -
HSV(B) 278.27º 0.88% 0.57% -
XYZ 10.47 5.13 27.23 -
YUV 56.7 177.84 158.17 -
System Red Green Blue C M Y K H S L
Decimal 99 18 145 0.32 0.88 0 0.43 278.27 0.78 0.32
Hex 63 12 91 20 58 0 2B 116 4E 20
Octal 143 22 221 40 130 0 53 426 116 40
Binary 1100011 10010 10010001 100000 1011000 0 101011 100010110 1001110 100000

Color Harmonies of #631291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631291

Black with #631291

Text Example


Text Example

White with #631291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631291; }

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

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

background-color css

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

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

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

border-color css

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

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

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