#653280

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

Shades of Kingfisher Daisy #653280

Tints of Kingfisher Daisy #653280

Color information

#653280 (or 0x653280) is unknown color: approx Kingfisher Daisy. HEX triplet: 65, 32 and 80. RGB value is (101,50,128). Sum of RGB (Red+Green+Blue) = 101+50+128=279 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.20% from 279); Green value is 50 (19.92% from 255 or 17.92% from 279); Blue value is 128 (50.39% from 255 or 45.88% from 279); Max value from RGB is 128 - color contains mainly: blue. Hex color #653280 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653280 is #9ACD7F. Grayscale: #494949. Windows color (decimal): -10145152 or 8401509. OLE color: 8401509.

HSL color Cylindrical-coordinate representation of color #653280: hue angle of 279.23º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #653280 is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB10150128-
CMYK0.210.6100.50
HSL279.23º43.82%34.9%-
HSV(B)279.23º60.94%50.2%-
XYZ10.46.6121.15-
YUV74.14158.4147.16-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 36.20%
GREEN value IS 50 (19.92% from 255) = 17.92%
BLUE value IS 128 (50.39% from 255) = 45.88%
R=36.20%
G=17.92%
B=45.88%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal101501280.210.6100.50279.2343.8234.9
Hex653280153D0321172c23
Octal1456220025750624275443
Binary110010111001010000000101011111010110010100010111101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653280; }

 p { color: rgb(101,50,128); }

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

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

 a { background-color: rgb(101,50,128); }

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

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

 span { border-color: rgb(101,50,128); }

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