#631095

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

Shades of Indigo #631095

Tints of Indigo #631095

Color information

#631095 (or 0x631095) is unknown color: approx Indigo. HEX triplet: 63, 10 and 95. RGB value is (99,16,149). Sum of RGB (Red+Green+Blue) = 99+16+149=264 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.5% from 264); Green value is 16 (6.64% from 255 or 6.06% from 264); Blue value is 149 (58.59% from 255 or 56.44% from 264); Max value from RGB is 149 - color contains mainly: blue. Hex color #631095 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #631095 is #9CEF6A. Grayscale: #373737. Windows color (decimal): -10284907 or 9769059. OLE color: 9769059.

HSL color Cylindrical-coordinate representation of color #631095: hue angle of 277.44º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #631095 is Cyan = 0.34, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB9916149-
CMYK0.340.8900.42
HSL277.44º80.61%32.35%-
HSV(B)277.44º89.26%58.43%-
XYZ10.765.1928.87-
YUV55.98180.5158.69-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 37.5%
GREEN value IS 16 (6.64% from 255) = 6.06%
BLUE value IS 149 (58.59% from 255) = 56.44%
R=37.5%
G=6.06%
B=56.44%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal99161490.340.8900.42277.4480.6132.35
Hex631095225902A1155120
Octal143202254213105242512140
Binary11000111000010010101100010101100101010101000101011010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631095; }

 p { color: rgb(99,16,149); }

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

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

 a { background-color: rgb(99,16,149); }

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

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

 span { border-color: rgb(99,16,149); }

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