#631890

Color #631890 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #631890

Tints of Indigo #631890

Color information

#631890 (or 0x631890) is unknown color: approx 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

RGB9924144-
CMYK0.310.8300.44
HSL277.5º71.43%32.94%-
HSV(B)277.5º83.33%56.47%-
XYZ10.515.3226.86-
YUV60.1175.35155.74-

RGB Variations

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

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 (Cyan) values IS 0.31
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal99241440.310.8300.44277.571.4332.94
Hex6318901F5302C1164721
Octal143302203712305442610741
Binary1100011110001001000011111101001101011001000101101000111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>