#65288E

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

Shades of Kingfisher Daisy #65288E

Tints of Kingfisher Daisy #65288E

Color information

#65288E (or 0x65288E) is unknown color: approx Kingfisher Daisy. HEX triplet: 65, 28 and 8E. RGB value is (101,40,142). Sum of RGB (Red+Green+Blue) = 101+40+142=283 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.69% from 283); Green value is 40 (16.02% from 255 or 14.13% from 283); Blue value is 142 (55.86% from 255 or 50.18% from 283); Max value from RGB is 142 - color contains mainly: blue. Hex color #65288E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65288E is #9AD771. Grayscale: #454545. Windows color (decimal): -10147698 or 9316453. OLE color: 9316453.

HSL color Cylindrical-coordinate representation of color #65288E: hue angle of 275.88º 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 #65288E is Cyan = 0.29, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10140142-
CMYK0.290.7200.44
HSL275.88º56.04%35.69%-
HSV(B)275.88º71.83%55.69%-
XYZ11.016.2426.21-
YUV69.87168.71150.21-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 35.69%
GREEN value IS 40 (16.02% from 255) = 14.13%
BLUE value IS 142 (55.86% from 255) = 50.18%
R=35.69%
G=14.13%
B=50.18%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal101401420.290.7200.44275.8856.0435.69
Hex65288E1D4802C1143824
Octal14550216351100544247044
Binary1100101101000100011101110110010000101100100010100111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65288E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,40,142); }

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

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

 a { background-color: rgb(101,40,142); }

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

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

 span { border-color: rgb(101,40,142); }

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