#652582

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

Shades of Kingfisher Daisy #652582

Tints of Kingfisher Daisy #652582

Color information

#652582 (or 0x652582) is unknown color: approx Kingfisher Daisy. HEX triplet: 65, 25 and 82. RGB value is (101,37,130). Sum of RGB (Red+Green+Blue) = 101+37+130=268 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.69% from 268); Green value is 37 (14.84% from 255 or 13.81% from 268); Blue value is 130 (51.17% from 255 or 48.51% from 268); Max value from RGB is 130 - color contains mainly: blue. Hex color #652582 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #652582 is #9ADA7D. Grayscale: #424242. Windows color (decimal): -10148478 or 8529253. OLE color: 8529253.

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

Color convert

RGB10137130-
CMYK0.220.7200.49
HSL281.29º55.69%32.75%-
HSV(B)281.29º71.54%50.98%-
XYZ10.065.721.69-
YUV66.74163.7152.44-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 37.69%
GREEN value IS 37 (14.84% from 255) = 13.81%
BLUE value IS 130 (51.17% from 255) = 48.51%
R=37.69%
G=13.81%
B=48.51%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal101371300.220.7200.49281.2955.6932.75
Hex65258216480311193821
Octal14545202261100614317041
Binary1100101100101100000101011010010000110001100011001111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652582; }

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

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

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

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

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

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

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

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