#642580

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

Shades of Kingfisher Daisy #642580

Tints of Kingfisher Daisy #642580

Color information

#642580 (or 0x642580) is unknown color: approx Kingfisher Daisy. HEX triplet: 64, 25 and 80. RGB value is (100,37,128). Sum of RGB (Red+Green+Blue) = 100+37+128=265 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.74% from 265); Green value is 37 (14.84% from 255 or 13.96% from 265); Blue value is 128 (50.39% from 255 or 48.30% from 265); Max value from RGB is 128 - color contains mainly: blue. Hex color #642580 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642580 is #9BDA7F. Grayscale: #414141. Windows color (decimal): -10214016 or 8398180. OLE color: 8398180.

HSL color Cylindrical-coordinate representation of color #642580: hue angle of 281.54º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #642580 is Cyan = 0.22, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB10037128-
CMYK0.220.7100.50
HSL281.54º55.15%32.35%-
HSV(B)281.54º71.09%50.2%-
XYZ9.815.5920.98-
YUV66.21162.87152.1-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 37.74%
GREEN value IS 37 (14.84% from 255) = 13.96%
BLUE value IS 128 (50.39% from 255) = 48.30%
R=37.74%
G=13.96%
B=48.30%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal100371280.220.7100.50281.5455.1532.35
Hex642580164703211a3720
Octal14445200261070624326740
Binary1100100100101100000001011010001110110010100011010110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642580; }

 p { color: rgb(100,37,128); }

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

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

 a { background-color: rgb(100,37,128); }

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

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

 span { border-color: rgb(100,37,128); }

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