#64287F

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

Shades of Kingfisher Daisy #64287F

Tints of Kingfisher Daisy #64287F

Color information

#64287F (or 0x64287F) is unknown color: approx Kingfisher Daisy. HEX triplet: 64, 28 and 7F. RGB value is (100,40,127). Sum of RGB (Red+Green+Blue) = 100+40+127=267 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.45% from 267); Green value is 40 (16.02% from 255 or 14.98% from 267); Blue value is 127 (50% from 255 or 47.57% from 267); Max value from RGB is 127 - color contains mainly: blue. Hex color #64287F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64287F is #9BD780. Grayscale: #434343. Windows color (decimal): -10213249 or 8333412. OLE color: 8333412.

HSL color Cylindrical-coordinate representation of color #64287F: hue angle of 281.38º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #64287F is Cyan = 0.21, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB10040127-
CMYK0.210.6900.50
HSL281.38º52.1%32.75%-
HSV(B)281.38º68.5%49.8%-
XYZ9.855.7620.67-
YUV67.86161.38150.93-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 37.45%
GREEN value IS 40 (16.02% from 255) = 14.98%
BLUE value IS 127 (50% from 255) = 47.57%
R=37.45%
G=14.98%
B=47.57%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal100401270.210.6900.50281.3852.132.75
Hex64287F15450321193421
Octal14450177251050624316441
Binary110010010100011111111010110001010110010100011001110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64287F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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