Html Css Color HEX #631490 Indigo

📋 copy color: '#631490'

red 99 ◦ green 20 ◦ blue 144

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

Shades of Indigo #631490

Tints of Indigo #631490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 54.75%

R = 37.64%
G = 7.6%
B = 54.75%

CMYK

 C value IS 0.31

 M value IS 0.86

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#631490 (or 0x631490) is known color: Indigo. HEX triplet: 63, 14 and 90. RGB value is (99,20,144). Sum of RGB (Red+Green+Blue) = 99+20+144=263 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.64% from 263); Green value is 20 (8.20% from 255 or 7.60% from 263); Blue value is 144 (56.64% from 255 or 54.75% from 263); Max value from RGB is 144 - color contains mainly: blue. Hex color #631490 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #631490 is #9CEB6F. Grayscale: #393939. Windows color (decimal): -10283888 or 9442403. OLE color: 9442403.

HSL color Cylindrical-coordinate representation of color #631490: hue angle of 278.23º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #631490 is Cyan = 0.31, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 99 20 144 -
CMYK 0.31 0.86 0 0.44
HSL 278.23º 0.76% 0.32% -
HSV(B) 278.23º 0.86% 0.56% -
XYZ 10.43 5.17 26.83 -
YUV 57.76 176.67 157.42 -
System Red Green Blue C M Y K H S L
Decimal 99 20 144 0.31 0.86 0 0.44 278.23 0.76 0.32
Hex 63 14 90 1F 56 0 2C 116 4C 20
Octal 143 24 220 37 126 0 54 426 114 40
Binary 1100011 10100 10010000 11111 1010110 0 101100 100010110 1001100 100000

Color Harmonies of #631490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631490

Black with #631490

Text Example


Text Example

White with #631490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631490; }

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

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

background-color css

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

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

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

border-color css

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

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

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