#65228A

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

Shades of Kingfisher Daisy #65228A

Tints of Kingfisher Daisy #65228A

Color information

#65228A (or 0x65228A) is unknown color: approx Kingfisher Daisy. HEX triplet: 65, 22 and 8A. RGB value is (101,34,138). Sum of RGB (Red+Green+Blue) = 101+34+138=273 (36% of max value = 765). Red value is 101 (39.84% from 255 or 37.00% from 273); Green value is 34 (13.67% from 255 or 12.45% from 273); Blue value is 138 (54.30% from 255 or 50.55% from 273); Max value from RGB is 138 - color contains mainly: blue. Hex color #65228A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65228A is #9ADD75. Grayscale: #414141. Windows color (decimal): -10149238 or 9052773. OLE color: 9052773.

HSL color Cylindrical-coordinate representation of color #65228A: hue angle of 278.65º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #65228A is Cyan = 0.27, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB10134138-
CMYK0.270.7500.46
HSL278.65º60.47%33.73%-
HSV(B)278.65º75.36%54.12%-
XYZ10.535.7524.6-
YUV65.89168.7153.04-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 37.00%
GREEN value IS 34 (13.67% from 255) = 12.45%
BLUE value IS 138 (54.30% from 255) = 50.55%
R=37.00%
G=12.45%
B=50.55%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal101341380.270.7500.46278.6560.4733.73
Hex65228A1B4B02E1173c22
Octal14542212331130564277442
Binary1100101100010100010101101110010110101110100010111111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65228A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,34,138); }

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

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

 a { background-color: rgb(101,34,138); }

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

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

 span { border-color: rgb(101,34,138); }

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