#653380

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

Shades of Kingfisher Daisy #653380

Tints of Kingfisher Daisy #653380

Color information

#653380 (or 0x653380) is unknown color: approx Kingfisher Daisy. HEX triplet: 65, 33 and 80. RGB value is (101,51,128). Sum of RGB (Red+Green+Blue) = 101+51+128=280 (37% of max value = 765). Red value is 101 (39.84% from 255 or 36.07% from 280); Green value is 51 (20.31% from 255 or 18.21% from 280); Blue value is 128 (50.39% from 255 or 45.71% from 280); Max value from RGB is 128 - color contains mainly: blue. Hex color #653380 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653380 is #9ACC7F. Grayscale: #4A4A4A. Windows color (decimal): -10144896 or 8401765. OLE color: 8401765.

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

Color convert

RGB10151128-
CMYK0.210.6000.50
HSL278.96º43.02%35.1%-
HSV(B)278.96º60.16%50.2%-
XYZ10.456.6921.16-
YUV74.73158.06146.74-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 36.07%
GREEN value IS 51 (20.31% from 255) = 18.21%
BLUE value IS 128 (50.39% from 255) = 45.71%
R=36.07%
G=18.21%
B=45.71%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal101511280.210.6000.50278.9643.0235.1
Hex653380153C0321172b23
Octal1456320025740624275343
Binary110010111001110000000101011111000110010100010111101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653380; }

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

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

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

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

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

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

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

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