Html Css Color HEX #631494 Indigo

📋 copy color: '#631494'

red 99 ◦ green 20 ◦ blue 148

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

Shades of Indigo #631494

Tints of Indigo #631494

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.49%

 BLUE value IS 148 (58.2% from 255) = 55.43%

R = 37.08%
G = 7.49%
B = 55.43%

CMYK

 C value IS 0.33

 M value IS 0.86

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#631494 (or 0x631494) is known color: Indigo. HEX triplet: 63, 14 and 94. RGB value is (99,20,148). Sum of RGB (Red+Green+Blue) = 99+20+148=267 (35% of max value = 765). Red value is 99 (39.06% from 255 or 37.08% from 267); Green value is 20 (8.20% from 255 or 7.49% from 267); Blue value is 148 (58.20% from 255 or 55.43% from 267); Max value from RGB is 148 - color contains mainly: blue. Hex color #631494 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #631494 is #9CEB6B. Grayscale: #393939. Windows color (decimal): -10283884 or 9704547. OLE color: 9704547.

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

Color convert

RGB 99 20 148 -
CMYK 0.33 0.86 0 0.42
HSL 277.03º 0.76% 0.33% -
HSV(B) 277.03º 0.86% 0.58% -
XYZ 10.74 5.29 28.47 -
YUV 58.21 178.67 157.09 -
System Red Green Blue C M Y K H S L
Decimal 99 20 148 0.33 0.86 0 0.42 277.03 0.76 0.33
Hex 63 14 94 21 56 0 2A 115 4C 21
Octal 143 24 224 41 126 0 52 425 114 41
Binary 1100011 10100 10010100 100001 1010110 0 101010 100010101 1001100 100001

Color Harmonies of #631494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631494

Black with #631494

Text Example


Text Example

White with #631494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631494; }

 p { color: rgb(99,20,148); }

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

background-color css

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

 a { background-color: rgb(99,20,148); }

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

border-color css

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

 span { border-color: rgb(99,20,148); }

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