#631482

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

Shades of Indigo #631482

Tints of Indigo #631482

Color information

#631482 (or 0x631482) is unknown color: approx Indigo. HEX triplet: 63, 14 and 82. RGB value is (99,20,130). Sum of RGB (Red+Green+Blue) = 99+20+130=249 (32% of max value = 765). Red value is 99 (39.06% from 255 or 39.76% from 249); Green value is 20 (8.20% from 255 or 8.03% from 249); Blue value is 130 (51.17% from 255 or 52.21% from 249); Max value from RGB is 130 - color contains mainly: blue. Hex color #631482 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #631482 is #9CEB7D. Grayscale: #373737. Windows color (decimal): -10283902 or 8524899. OLE color: 8524899.

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

Color convert

RGB9920130-
CMYK0.240.8500.49
HSL283.09º73.33%29.41%-
HSV(B)283.09º84.62%50.98%-
XYZ9.434.7621.54-
YUV56.16169.67158.56-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 39.76%
GREEN value IS 20 (8.20% from 255) = 8.03%
BLUE value IS 130 (51.17% from 255) = 52.21%
R=39.76%
G=8.03%
B=52.21%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal99201300.240.8500.49283.0973.3329.41
Hex631482185503111b491d
Octal143242023012506143311135
Binary110001110100100000101100010101010110001100011011100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631482; }

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

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

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

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

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

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

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

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