#631787

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

Shades of Indigo #631787

Tints of Indigo #631787

Color information

#631787 (or 0x631787) is unknown color: approx Indigo. HEX triplet: 63, 17 and 87. RGB value is (99,23,135). Sum of RGB (Red+Green+Blue) = 99+23+135=257 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.52% from 257); Green value is 23 (9.38% from 255 or 8.95% from 257); Blue value is 135 (53.12% from 255 or 52.53% from 257); Max value from RGB is 135 - color contains mainly: blue. Hex color #631787 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #631787 is #9CE878. Grayscale: #3A3A3A. Windows color (decimal): -10283129 or 8853347. OLE color: 8853347.

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

Color convert

RGB9923135-
CMYK0.270.8300.47
HSL280.71º70.89%30.98%-
HSV(B)280.71º82.96%52.94%-
XYZ9.835.0123.37-
YUV58.49171.18156.89-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 38.52%
GREEN value IS 23 (9.38% from 255) = 8.95%
BLUE value IS 135 (53.12% from 255) = 52.53%
R=38.52%
G=8.95%
B=52.53%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal99231350.270.8300.47280.7170.8930.98
Hex6317871B5302F119471f
Octal143272073312305743110737
Binary110001110111100001111101110100110101111100011001100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631787; }

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

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

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

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

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

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

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

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