#631692

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

Shades of Indigo #631692

Tints of Indigo #631692

Color information

#631692 (or 0x631692) is unknown color: approx Indigo. HEX triplet: 63, 16 and 92. RGB value is (99,22,146). Sum of RGB (Red+Green+Blue) = 99+22+146=267 (35% of max value = 765). Red value is 99 (39.06% from 255 or 37.08% from 267); Green value is 22 (8.98% from 255 or 8.24% from 267); Blue value is 146 (57.42% from 255 or 54.68% from 267); Max value from RGB is 146 - color contains mainly: blue. Hex color #631692 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #631692 is #9CE96D. Grayscale: #3A3A3A. Windows color (decimal): -10283374 or 9573987. OLE color: 9573987.

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

Color convert

RGB9922146-
CMYK0.320.8500.43
HSL277.26º73.81%32.94%-
HSV(B)277.26º84.93%57.25%-
XYZ10.625.327.66-
YUV59.16177.01156.42-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 37.08%
GREEN value IS 22 (8.98% from 255) = 8.24%
BLUE value IS 146 (57.42% from 255) = 54.68%
R=37.08%
G=8.24%
B=54.68%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal99221460.320.8500.43277.2673.8132.94
Hex631692205502B1154a21
Octal143262224012505342511241
Binary11000111011010010010100000101010101010111000101011001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631692; }

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

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

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

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

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

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

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

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