#64288F

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

Shades of Kingfisher Daisy #64288F

Tints of Kingfisher Daisy #64288F

Color information

#64288F (or 0x64288F) is unknown color: approx Kingfisher Daisy. HEX triplet: 64, 28 and 8F. RGB value is (100,40,143). Sum of RGB (Red+Green+Blue) = 100+40+143=283 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.34% from 283); Green value is 40 (16.02% from 255 or 14.13% from 283); Blue value is 143 (56.25% from 255 or 50.53% from 283); Max value from RGB is 143 - color contains mainly: blue. Hex color #64288F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64288F is #9BD770. Grayscale: #454545. Windows color (decimal): -10213233 or 9381988. OLE color: 9381988.

HSL color Cylindrical-coordinate representation of color #64288F: hue angle of 274.95º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #64288F is Cyan = 0.30, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10040143-
CMYK0.300.7200.44
HSL274.95º56.28%35.88%-
HSV(B)274.95º72.03%56.08%-
XYZ10.976.2126.61-
YUV69.68169.38149.62-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.34%
GREEN value IS 40 (16.02% from 255) = 14.13%
BLUE value IS 143 (56.25% from 255) = 50.53%
R=35.34%
G=14.13%
B=50.53%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal100401430.300.7200.44274.9556.2835.88
Hex64288F1E4802C1133824
Octal14450217361100544237044
Binary1100100101000100011111111010010000101100100010011111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64288F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64288F; }

 p { color: rgb(100,40,143); }

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

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

 a { background-color: rgb(100,40,143); }

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

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

 span { border-color: rgb(100,40,143); }

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