Html Css Color HEX #631890 Indigo

📋 copy color: '#631890'

red 99 ◦ green 24 ◦ blue 144

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

Shades of Indigo #631890

Tints of Indigo #631890

RGB

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

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

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

R = 37.08%
G = 8.99%
B = 53.93%

CMYK

 C value IS 0.31

 M value IS 0.83

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#631890 (or 0x631890) is known color: Indigo. HEX triplet: 63, 18 and 90. RGB value is (99,24,144). Sum of RGB (Red+Green+Blue) = 99+24+144=267 (35% of max value = 765). Red value is 99 (39.06% from 255 or 37.08% from 267); Green value is 24 (9.77% from 255 or 8.99% from 267); Blue value is 144 (56.64% from 255 or 53.93% from 267); Max value from RGB is 144 - color contains mainly: blue. Hex color #631890 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #631890 is #9CE76F. Grayscale: #3B3B3B. Windows color (decimal): -10282864 or 9443427. OLE color: 9443427.

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

Color convert

RGB 99 24 144 -
CMYK 0.31 0.83 0 0.44
HSL 277.5º 0.71% 0.33% -
HSV(B) 277.5º 0.83% 0.56% -
XYZ 10.51 5.32 26.86 -
YUV 60.11 175.35 155.74 -
System Red Green Blue C M Y K H S L
Decimal 99 24 144 0.31 0.83 0 0.44 277.5 0.71 0.33
Hex 63 18 90 1F 53 0 2C 116 47 21
Octal 143 30 220 37 123 0 54 426 107 41
Binary 1100011 11000 10010000 11111 1010011 0 101100 100010110 1000111 100001

Color Harmonies of #631890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631890

Black with #631890

Text Example


Text Example

White with #631890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631890; }

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

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

background-color css

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

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

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

border-color css

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

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

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