#631492

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

Shades of Indigo #631492

Tints of Indigo #631492

Color information

#631492 (or 0x631492) is unknown color: approx Indigo. HEX triplet: 63, 14 and 92. RGB value is (99,20,146). Sum of RGB (Red+Green+Blue) = 99+20+146=265 (35% of max value = 765). Red value is 99 (39.06% from 255 or 37.36% from 265); Green value is 20 (8.20% from 255 or 7.55% from 265); Blue value is 146 (57.42% from 255 or 55.09% from 265); Max value from RGB is 146 - color contains mainly: blue. Hex color #631492 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #631492 is #9CEB6D. Grayscale: #393939. Windows color (decimal): -10283886 or 9573475. OLE color: 9573475.

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

Color convert

RGB9920146-
CMYK0.320.8600.43
HSL277.62º75.9%32.55%-
HSV(B)277.62º86.3%57.25%-
XYZ10.585.2327.65-
YUV57.98177.67157.25-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 37.36%
GREEN value IS 20 (8.20% from 255) = 7.55%
BLUE value IS 146 (57.42% from 255) = 55.09%
R=37.36%
G=7.55%
B=55.09%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal99201460.320.8600.43277.6275.932.55
Hex631492205602B1164c21
Octal143242224012605342611441
Binary11000111010010010010100000101011001010111000101101001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631492; }

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

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

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

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

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

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

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

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