#641294

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

Shades of Indigo #641294

Tints of Indigo #641294

Color information

#641294 (or 0x641294) is unknown color: approx Indigo. HEX triplet: 64, 12 and 94. RGB value is (100,18,148). Sum of RGB (Red+Green+Blue) = 100+18+148=266 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.59% from 266); Green value is 18 (7.42% from 255 or 6.77% from 266); Blue value is 148 (58.20% from 255 or 55.64% from 266); Max value from RGB is 148 - color contains mainly: blue. Hex color #641294 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #641294 is #9BED6B. Grayscale: #383838. Windows color (decimal): -10218860 or 9704036. OLE color: 9704036.

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

Color convert

RGB10018148-
CMYK0.320.8800.42
HSL277.85º78.31%32.55%-
HSV(B)277.85º87.84%58.04%-
XYZ10.825.2828.47-
YUV57.34179.17158.43-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 37.59%
GREEN value IS 18 (7.42% from 255) = 6.77%
BLUE value IS 148 (58.20% from 255) = 55.64%
R=37.59%
G=6.77%
B=55.64%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal100181480.320.8800.42277.8578.3132.55
Hex641294205802A1164e21
Octal144222244013005242611641
Binary11001001001010010100100000101100001010101000101101001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641294; }

 p { color: rgb(100,18,148); }

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

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

 a { background-color: rgb(100,18,148); }

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

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

 span { border-color: rgb(100,18,148); }

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