#641C95

Color #641C95 Kingfisher Daisy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kingfisher Daisy #641C95

Tints of Kingfisher Daisy #641C95

Color information

#641C95 (or 0x641C95) is unknown color: approx Kingfisher Daisy. HEX triplet: 64, 1C and 95. RGB value is (100,28,149). Sum of RGB (Red+Green+Blue) = 100+28+149=277 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.10% from 277); Green value is 28 (11.33% from 255 or 10.11% from 277); Blue value is 149 (58.59% from 255 or 53.79% from 277); Max value from RGB is 149 - color contains mainly: blue. Hex color #641C95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #641C95 is #9BE36A. Grayscale: #3E3E3E. Windows color (decimal): -10216299 or 9772132. OLE color: 9772132.

HSL color Cylindrical-coordinate representation of color #641C95: hue angle of 275.7º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #641C95 is Cyan = 0.33, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10028149-
CMYK0.330.8100.42
HSL275.7º68.36%34.71%-
HSV(B)275.7º81.21%58.43%-
XYZ11.15.7128.95-
YUV63.32176.35154.16-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 36.10%
GREEN value IS 28 (11.33% from 255) = 10.11%
BLUE value IS 149 (58.59% from 255) = 53.79%
R=36.10%
G=10.11%
B=53.79%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal100281490.330.8100.42275.768.3634.71
Hex641C95215102A1144423
Octal144342254112105242410443
Binary11001001110010010101100001101000101010101000101001000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641C95; }

 p { color: rgb(100,28,149); }

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

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

 a { background-color: rgb(100,28,149); }

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

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

 span { border-color: rgb(100,28,149); }

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