#631596

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

Shades of Indigo #631596

Tints of Indigo #631596

Color information

#631596 (or 0x631596) is unknown color: approx Indigo. HEX triplet: 63, 15 and 96. RGB value is (99,21,150). Sum of RGB (Red+Green+Blue) = 99+21+150=270 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.67% from 270); Green value is 21 (8.59% from 255 or 7.78% from 270); Blue value is 150 (58.98% from 255 or 55.56% from 270); Max value from RGB is 150 - color contains mainly: blue. Hex color #631596 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #631596 is #9CEA69. Grayscale: #3A3A3A. Windows color (decimal): -10283626 or 9835875. OLE color: 9835875.

HSL color Cylindrical-coordinate representation of color #631596: hue angle of 276.28º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #631596 is Cyan = 0.34, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB9921150-
CMYK0.340.8600.41
HSL276.28º75.44%33.53%-
HSV(B)276.28º86%58.82%-
XYZ10.925.3929.32-
YUV59.03179.34156.51-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 36.67%
GREEN value IS 21 (8.59% from 255) = 7.78%
BLUE value IS 150 (58.98% from 255) = 55.56%
R=36.67%
G=7.78%
B=55.56%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal99211500.340.8600.41276.2875.4433.53
Hex63159622560291144b22
Octal143252264212605142411342
Binary11000111010110010110100010101011001010011000101001001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631596; }

 p { color: rgb(99,21,150); }

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

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

 a { background-color: rgb(99,21,150); }

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

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

 span { border-color: rgb(99,21,150); }

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