#631198

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

Shades of Indigo #631198

Tints of Indigo #631198

Color information

#631198 (or 0x631198) is unknown color: approx Indigo. HEX triplet: 63, 11 and 98. RGB value is (99,17,152). Sum of RGB (Red+Green+Blue) = 99+17+152=268 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.94% from 268); Green value is 17 (7.03% from 255 or 6.34% from 268); Blue value is 152 (59.77% from 255 or 56.72% from 268); Max value from RGB is 152 - color contains mainly: blue. Hex color #631198 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #631198 is #9CEE67. Grayscale: #383838. Windows color (decimal): -10284648 or 9965923. OLE color: 9965923.

HSL color Cylindrical-coordinate representation of color #631198: hue angle of 276.44º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #631198 is Cyan = 0.35, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB9917152-
CMYK0.350.8900.40
HSL276.44º79.88%33.14%-
HSV(B)276.44º88.82%59.61%-
XYZ11.015.3230.15-
YUV56.91181.67158.02-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 36.94%
GREEN value IS 17 (7.03% from 255) = 6.34%
BLUE value IS 152 (59.77% from 255) = 56.72%
R=36.94%
G=6.34%
B=56.72%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal99171520.350.8900.40276.4479.8833.14
Hex63119823590281145021
Octal143212304313105042412041
Binary11000111000110011000100011101100101010001000101001010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631198; }

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

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

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

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

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

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

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

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