#64278A

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

Shades of Kingfisher Daisy #64278A

Tints of Kingfisher Daisy #64278A

Color information

#64278A (or 0x64278A) is unknown color: approx Kingfisher Daisy. HEX triplet: 64, 27 and 8A. RGB value is (100,39,138). Sum of RGB (Red+Green+Blue) = 100+39+138=277 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.10% from 277); Green value is 39 (15.62% from 255 or 14.08% from 277); Blue value is 138 (54.30% from 255 or 49.82% from 277); Max value from RGB is 138 - color contains mainly: blue. Hex color #64278A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64278A is #9BD875. Grayscale: #444444. Windows color (decimal): -10213494 or 9054052. OLE color: 9054052.

HSL color Cylindrical-coordinate representation of color #64278A: hue angle of 276.97º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #64278A is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB10039138-
CMYK0.280.7200.46
HSL276.97º55.93%34.71%-
HSV(B)276.97º71.74%54.12%-
XYZ10.57624.64-
YUV68.52167.21150.45-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 36.10%
GREEN value IS 39 (15.62% from 255) = 14.08%
BLUE value IS 138 (54.30% from 255) = 49.82%
R=36.10%
G=14.08%
B=49.82%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal100391380.280.7200.46276.9755.9334.71
Hex64278A1C4802E1153823
Octal14447212341100564257043
Binary1100100100111100010101110010010000101110100010101111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64278A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64278A; }

 p { color: rgb(100,39,138); }

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

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

 a { background-color: rgb(100,39,138); }

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

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

 span { border-color: rgb(100,39,138); }

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