#631689

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

Shades of Indigo #631689

Tints of Indigo #631689

Color information

#631689 (or 0x631689) is unknown color: approx Indigo. HEX triplet: 63, 16 and 89. RGB value is (99,22,137). Sum of RGB (Red+Green+Blue) = 99+22+137=258 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.37% from 258); Green value is 22 (8.98% from 255 or 8.53% from 258); Blue value is 137 (53.91% from 255 or 53.10% from 258); Max value from RGB is 137 - color contains mainly: blue. Hex color #631689 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #631689 is #9CE976. Grayscale: #393939. Windows color (decimal): -10283383 or 8984163. OLE color: 8984163.

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

Color convert

RGB9922137-
CMYK0.280.8400.46
HSL280.17º72.33%31.18%-
HSV(B)280.17º83.94%53.73%-
XYZ9.955.0324.11-
YUV58.13172.51157.15-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 38.37%
GREEN value IS 22 (8.98% from 255) = 8.53%
BLUE value IS 137 (53.91% from 255) = 53.10%
R=38.37%
G=8.53%
B=53.10%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal99221370.280.8400.46280.1772.3331.18
Hex6316891C5402E118481f
Octal143262113412405643011037
Binary110001110110100010011110010101000101110100011000100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631689; }

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

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

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

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

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

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

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

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