#631686

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

Shades of Indigo #631686

Tints of Indigo #631686

Color information

#631686 (or 0x631686) is unknown color: approx Indigo. HEX triplet: 63, 16 and 86. RGB value is (99,22,134). Sum of RGB (Red+Green+Blue) = 99+22+134=255 (33% of max value = 765). Red value is 99 (39.06% from 255 or 38.82% from 255); Green value is 22 (8.98% from 255 or 8.63% from 255); Blue value is 134 (52.73% from 255 or 52.55% from 255); Max value from RGB is 134 - color contains mainly: blue. Hex color #631686 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #631686 is #9CE979. Grayscale: #393939. Windows color (decimal): -10283386 or 8787555. OLE color: 8787555.

HSL color Cylindrical-coordinate representation of color #631686: hue angle of 281.25º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #631686 is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9922134-
CMYK0.260.8400.47
HSL281.25º71.79%30.59%-
HSV(B)281.25º83.58%52.55%-
XYZ9.744.9523-
YUV57.79171.01157.39-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 38.82%
GREEN value IS 22 (8.98% from 255) = 8.63%
BLUE value IS 134 (52.73% from 255) = 52.55%
R=38.82%
G=8.63%
B=52.55%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal99221340.260.8400.47281.2571.7930.59
Hex6316861A5402F119481f
Octal143262063212405743111037
Binary110001110110100001101101010101000101111100011001100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631686; }

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

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

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

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

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

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

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

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