#652882

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

Shades of Kingfisher Daisy #652882

Tints of Kingfisher Daisy #652882

Color information

#652882 (or 0x652882) is unknown color: approx Kingfisher Daisy. HEX triplet: 65, 28 and 82. RGB value is (101,40,130). Sum of RGB (Red+Green+Blue) = 101+40+130=271 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.27% from 271); Green value is 40 (16.02% from 255 or 14.76% from 271); Blue value is 130 (51.17% from 255 or 47.97% from 271); Max value from RGB is 130 - color contains mainly: blue. Hex color #652882 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #652882 is #9AD77D. Grayscale: #444444. Windows color (decimal): -10147710 or 8530021. OLE color: 8530021.

HSL color Cylindrical-coordinate representation of color #652882: hue angle of 280.67º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #652882 is Cyan = 0.22, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10140130-
CMYK0.220.6900.49
HSL280.67º52.94%33.33%-
HSV(B)280.67º69.23%50.98%-
XYZ10.155.921.72-
YUV68.5162.71151.18-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 37.27%
GREEN value IS 40 (16.02% from 255) = 14.76%
BLUE value IS 130 (51.17% from 255) = 47.97%
R=37.27%
G=14.76%
B=47.97%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal101401300.220.6900.49280.6752.9433.33
Hex65288216450311193521
Octal14550202261050614316541
Binary1100101101000100000101011010001010110001100011001110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652882; }

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

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

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

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

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

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

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

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