#631782

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

Shades of Indigo #631782

Tints of Indigo #631782

Color information

#631782 (or 0x631782) is unknown color: approx Indigo. HEX triplet: 63, 17 and 82. RGB value is (99,23,130). Sum of RGB (Red+Green+Blue) = 99+23+130=252 (33% of max value = 765). Red value is 99 (39.06% from 255 or 39.29% from 252); Green value is 23 (9.38% from 255 or 9.13% from 252); Blue value is 130 (51.17% from 255 or 51.59% from 252); Max value from RGB is 130 - color contains mainly: blue. Hex color #631782 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #631782 is #9CE87D. Grayscale: #393939. Windows color (decimal): -10283134 or 8525667. OLE color: 8525667.

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

Color convert

RGB9923130-
CMYK0.240.8200.49
HSL282.62º69.93%30%-
HSV(B)282.62º82.31%50.98%-
XYZ9.484.8821.56-
YUV57.92168.68157.3-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 39.29%
GREEN value IS 23 (9.38% from 255) = 9.13%
BLUE value IS 130 (51.17% from 255) = 51.59%
R=39.29%
G=9.13%
B=51.59%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal99231300.240.8200.49282.6269.9330
Hex631782185203111b461e
Octal143272023012206143310636
Binary110001110111100000101100010100100110001100011011100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631782; }

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

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

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

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

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

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

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

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