#631481

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

Shades of Indigo #631481

Tints of Indigo #631481

Color information

#631481 (or 0x631481) is unknown color: approx Indigo. HEX triplet: 63, 14 and 81. RGB value is (99,20,129). Sum of RGB (Red+Green+Blue) = 99+20+129=248 (32% of max value = 765). Red value is 99 (39.06% from 255 or 39.92% from 248); Green value is 20 (8.20% from 255 or 8.06% from 248); Blue value is 129 (50.78% from 255 or 52.02% from 248); Max value from RGB is 129 - color contains mainly: blue. Hex color #631481 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #631481 is #9CEB7E. Grayscale: #373737. Windows color (decimal): -10283903 or 8459363. OLE color: 8459363.

HSL color Cylindrical-coordinate representation of color #631481: hue angle of 283.49º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #631481 is Cyan = 0.23, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB9920129-
CMYK0.230.8400.49
HSL283.49º73.15%29.22%-
HSV(B)283.49º84.5%50.59%-
XYZ9.364.7421.19-
YUV56.05169.17158.64-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 39.92%
GREEN value IS 20 (8.20% from 255) = 8.06%
BLUE value IS 129 (50.78% from 255) = 52.02%
R=39.92%
G=8.06%
B=52.02%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal99201290.230.8400.49283.4973.1529.22
Hex631481175403111b491d
Octal143242012712406143311135
Binary110001110100100000011011110101000110001100011011100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631481; }

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

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

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

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

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

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

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

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