#64338E

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

Shades of Kingfisher Daisy #64338E

Tints of Kingfisher Daisy #64338E

Color information

#64338E (or 0x64338E) is unknown color: approx Kingfisher Daisy. HEX triplet: 64, 33 and 8E. RGB value is (100,51,142). Sum of RGB (Red+Green+Blue) = 100+51+142=293 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.13% from 293); Green value is 51 (20.31% from 255 or 17.41% from 293); Blue value is 142 (55.86% from 255 or 48.46% from 293); Max value from RGB is 142 - color contains mainly: blue. Hex color #64338E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64338E is #9BCC71. Grayscale: #4B4B4B. Windows color (decimal): -10210418 or 9319268. OLE color: 9319268.

HSL color Cylindrical-coordinate representation of color #64338E: hue angle of 272.31º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #64338E is Cyan = 0.30, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10051142-
CMYK0.300.6400.44
HSL272.31º47.15%37.84%-
HSV(B)272.31º64.08%55.69%-
XYZ11.327.0326.35-
YUV76.02165.23145.1-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 34.13%
GREEN value IS 51 (20.31% from 255) = 17.41%
BLUE value IS 142 (55.86% from 255) = 48.46%
R=34.13%
G=17.41%
B=48.46%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal100511420.300.6400.44272.3147.1537.84
Hex64338E1E4002C1102f26
Octal14463216361000544205746
Binary1100100110011100011101111010000000101100100010000101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64338E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64338E; }

 p { color: rgb(100,51,142); }

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

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

 a { background-color: rgb(100,51,142); }

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

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

 span { border-color: rgb(100,51,142); }

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