#631295

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

Shades of Indigo #631295

Tints of Indigo #631295

Color information

#631295 (or 0x631295) is unknown color: approx Indigo. HEX triplet: 63, 12 and 95. RGB value is (99,18,149). Sum of RGB (Red+Green+Blue) = 99+18+149=266 (35% of max value = 765). Red value is 99 (39.06% from 255 or 37.22% from 266); Green value is 18 (7.42% from 255 or 6.77% from 266); Blue value is 149 (58.59% from 255 or 56.02% from 266); Max value from RGB is 149 - color contains mainly: blue. Hex color #631295 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #631295 is #9CED6A. Grayscale: #383838. Windows color (decimal): -10284395 or 9769571. OLE color: 9769571.

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

Color convert

RGB9918149-
CMYK0.340.8800.42
HSL277.1º78.44%32.75%-
HSV(B)277.1º87.92%58.43%-
XYZ10.795.2628.88-
YUV57.15179.84157.85-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 37.22%
GREEN value IS 18 (7.42% from 255) = 6.77%
BLUE value IS 149 (58.59% from 255) = 56.02%
R=37.22%
G=6.77%
B=56.02%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal99181490.340.8800.42277.178.4432.75
Hex631295225802A1154e21
Octal143222254213005242511641
Binary11000111001010010101100010101100001010101000101011001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631295; }

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

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

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

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

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

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

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

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