#641692

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

Shades of Indigo #641692

Tints of Indigo #641692

Color information

#641692 (or 0x641692) is unknown color: approx Indigo. HEX triplet: 64, 16 and 92. RGB value is (100,22,146). Sum of RGB (Red+Green+Blue) = 100+22+146=268 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.31% from 268); Green value is 22 (8.98% from 255 or 8.21% from 268); Blue value is 146 (57.42% from 255 or 54.48% from 268); Max value from RGB is 146 - color contains mainly: blue. Hex color #641692 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #641692 is #9BE96D. Grayscale: #3B3B3B. Windows color (decimal): -10217838 or 9573988. OLE color: 9573988.

HSL color Cylindrical-coordinate representation of color #641692: hue angle of 277.74º 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 #641692 is Cyan = 0.32, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB10022146-
CMYK0.320.8500.43
HSL277.74º73.81%32.94%-
HSV(B)277.74º84.93%57.25%-
XYZ10.735.3627.66-
YUV59.46176.84156.92-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 37.31%
GREEN value IS 22 (8.98% from 255) = 8.21%
BLUE value IS 146 (57.42% from 255) = 54.48%
R=37.31%
G=8.21%
B=54.48%

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
Decimal100221460.320.8500.43277.7473.8132.94
Hex641692205502B1164a21
Octal144262224012505342611241
Binary11001001011010010010100000101010101010111000101101001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641692; }

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

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

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

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

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

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

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

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