#641893

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

Shades of Indigo #641893

Tints of Indigo #641893

Color information

#641893 (or 0x641893) is unknown color: approx Indigo. HEX triplet: 64, 18 and 93. RGB value is (100,24,147). Sum of RGB (Red+Green+Blue) = 100+24+147=271 (35% of max value = 765). Red value is 100 (39.45% from 255 or 36.90% from 271); Green value is 24 (9.77% from 255 or 8.86% from 271); Blue value is 147 (57.81% from 255 or 54.24% from 271); Max value from RGB is 147 - color contains mainly: blue. Hex color #641893 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #641893 is #9BE76C. Grayscale: #3C3C3C. Windows color (decimal): -10217325 or 9640036. OLE color: 9640036.

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

Color convert

RGB10024147-
CMYK0.320.8400.42
HSL277.07º71.93%33.53%-
HSV(B)277.07º83.67%57.65%-
XYZ10.855.4728.09-
YUV60.75176.68156-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 36.90%
GREEN value IS 24 (9.77% from 255) = 8.86%
BLUE value IS 147 (57.81% from 255) = 54.24%
R=36.90%
G=8.86%
B=54.24%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal100241470.320.8400.42277.0771.9333.53
Hex641893205402A1154822
Octal144302234012405242511042
Binary11001001100010010011100000101010001010101000101011001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641893; }

 p { color: rgb(100,24,147); }

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

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

 a { background-color: rgb(100,24,147); }

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

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

 span { border-color: rgb(100,24,147); }

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