#64388E

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

Shades of Daisy Bush #64388E

Tints of Daisy Bush #64388E

Color information

#64388E (or 0x64388E) is unknown color: approx Daisy Bush. HEX triplet: 64, 38 and 8E. RGB value is (100,56,142). Sum of RGB (Red+Green+Blue) = 100+56+142=298 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.56% from 298); Green value is 56 (22.27% from 255 or 18.79% from 298); Blue value is 142 (55.86% from 255 or 47.65% from 298); Max value from RGB is 142 - color contains mainly: blue. Hex color #64388E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64388E is #9BC771. Grayscale: #4E4E4E. Windows color (decimal): -10209138 or 9320548. OLE color: 9320548.

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

Color convert

RGB10056142-
CMYK0.300.6100.44
HSL270.7º43.43%38.82%-
HSV(B)270.7º60.56%55.69%-
XYZ11.557.4926.43-
YUV78.96163.58143.01-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 33.56%
GREEN value IS 56 (22.27% from 255) = 18.79%
BLUE value IS 142 (55.86% from 255) = 47.65%
R=33.56%
G=18.79%
B=47.65%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal100561420.300.6100.44270.743.4338.82
Hex64388E1E3D02C10f2b27
Octal1447021636750544175347
Binary110010011100010001110111101111010101100100001111101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64388E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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