#642981

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

Shades of Kingfisher Daisy #642981

Tints of Kingfisher Daisy #642981

Color information

#642981 (or 0x642981) is unknown color: approx Kingfisher Daisy. HEX triplet: 64, 29 and 81. RGB value is (100,41,129). Sum of RGB (Red+Green+Blue) = 100+41+129=270 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.04% from 270); Green value is 41 (16.41% from 255 or 15.19% from 270); Blue value is 129 (50.78% from 255 or 47.78% from 270); Max value from RGB is 129 - color contains mainly: blue. Hex color #642981 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642981 is #9BD67E. Grayscale: #444444. Windows color (decimal): -10212991 or 8464740. OLE color: 8464740.

HSL color Cylindrical-coordinate representation of color #642981: hue angle of 280.23º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #642981 is Cyan = 0.22, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10041129-
CMYK0.220.6800.49
HSL280.23º51.76%33.33%-
HSV(B)280.23º68.22%50.59%-
XYZ10.015.8821.38-
YUV68.67162.05150.34-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 37.04%
GREEN value IS 41 (16.41% from 255) = 15.19%
BLUE value IS 129 (50.78% from 255) = 47.78%
R=37.04%
G=15.19%
B=47.78%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal100411290.220.6800.49280.2351.7633.33
Hex64298116440311183421
Octal14451201261040614306441
Binary1100100101001100000011011010001000110001100011000110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642981; }

 p { color: rgb(100,41,129); }

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

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

 a { background-color: rgb(100,41,129); }

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

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

 span { border-color: rgb(100,41,129); }

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