#631690

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

Shades of Indigo #631690

Tints of Indigo #631690

Color information

#631690 (or 0x631690) is unknown color: approx Indigo. HEX triplet: 63, 16 and 90. RGB value is (99,22,144). Sum of RGB (Red+Green+Blue) = 99+22+144=265 (35% of max value = 765). Red value is 99 (39.06% from 255 or 37.36% from 265); Green value is 22 (8.98% from 255 or 8.30% from 265); Blue value is 144 (56.64% from 255 or 54.34% from 265); Max value from RGB is 144 - color contains mainly: blue. Hex color #631690 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #631690 is #9CE96F. Grayscale: #3A3A3A. Windows color (decimal): -10283376 or 9442915. OLE color: 9442915.

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

Color convert

RGB9922144-
CMYK0.310.8500.44
HSL277.87º73.49%32.55%-
HSV(B)277.87º84.72%56.47%-
XYZ10.475.2426.85-
YUV58.93176.01156.58-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 37.36%
GREEN value IS 22 (8.98% from 255) = 8.30%
BLUE value IS 144 (56.64% from 255) = 54.34%
R=37.36%
G=8.30%
B=54.34%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal99221440.310.8500.44277.8773.4932.55
Hex6316901F5502C1164921
Octal143262203712505442611141
Binary1100011101101001000011111101010101011001000101101001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631690; }

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

 H1.HeaderClassName
 {
   color: #631690;
 }
 .AnyTagClassName
 {
   color: #631690;
 }
</style>
background-color css

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

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

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

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

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

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