#631192

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

Shades of Indigo #631192

Tints of Indigo #631192

Color information

#631192 (or 0x631192) is unknown color: approx Indigo. HEX triplet: 63, 11 and 92. RGB value is (99,17,146). Sum of RGB (Red+Green+Blue) = 99+17+146=262 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.79% from 262); Green value is 17 (7.03% from 255 or 6.49% from 262); Blue value is 146 (57.42% from 255 or 55.73% from 262); Max value from RGB is 146 - color contains mainly: blue. Hex color #631192 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #631192 is #9CEE6D. Grayscale: #373737. Windows color (decimal): -10284654 or 9572707. OLE color: 9572707.

HSL color Cylindrical-coordinate representation of color #631192: hue angle of 278.14º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #631192 is Cyan = 0.32, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB9917146-
CMYK0.320.8800.43
HSL278.14º79.14%31.96%-
HSV(B)278.14º88.36%57.25%-
XYZ10.535.1327.63-
YUV56.22178.67158.51-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 37.79%
GREEN value IS 17 (7.03% from 255) = 6.49%
BLUE value IS 146 (57.42% from 255) = 55.73%
R=37.79%
G=6.49%
B=55.73%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal99171460.320.8800.43278.1479.1431.96
Hex631192205802B1164f20
Octal143212224013005342611740
Binary11000111000110010010100000101100001010111000101101001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631192; }

 p { color: rgb(99,17,146); }

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

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

 a { background-color: rgb(99,17,146); }

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

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

 span { border-color: rgb(99,17,146); }

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