Html Css Color HEX #631894 Indigo

📋 copy color: '#631894'

red 99 ◦ green 24 ◦ blue 148

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

Shades of Indigo #631894

Tints of Indigo #631894

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.86%

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

R = 36.53%
G = 8.86%
B = 54.61%

CMYK

 C value IS 0.33

 M value IS 0.84

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#631894 (or 0x631894) is known color: Indigo. HEX triplet: 63, 18 and 94. RGB value is (99,24,148). Sum of RGB (Red+Green+Blue) = 99+24+148=271 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.53% from 271); Green value is 24 (9.77% from 255 or 8.86% from 271); Blue value is 148 (58.20% from 255 or 54.61% from 271); Max value from RGB is 148 - color contains mainly: blue. Hex color #631894 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #631894 is #9CE76B. Grayscale: #3C3C3C. Windows color (decimal): -10282860 or 9705571. OLE color: 9705571.

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

Color convert

RGB 99 24 148 -
CMYK 0.33 0.84 0 0.42
HSL 276.29º 0.72% 0.34% -
HSV(B) 276.29º 0.84% 0.58% -
XYZ 10.82 5.44 28.5 -
YUV 60.56 177.35 155.42 -
System Red Green Blue C M Y K H S L
Decimal 99 24 148 0.33 0.84 0 0.42 276.29 0.72 0.34
Hex 63 18 94 21 54 0 2A 114 48 22
Octal 143 30 224 41 124 0 52 424 110 42
Binary 1100011 11000 10010100 100001 1010100 0 101010 100010100 1001000 100010

Color Harmonies of #631894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631894

Black with #631894

Text Example


Text Example

White with #631894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631894; }

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

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

background-color css

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

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

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

border-color css

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

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

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