#652581

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

Shades of Kingfisher Daisy #652581

Tints of Kingfisher Daisy #652581

Color information

#652581 (or 0x652581) is unknown color: approx Kingfisher Daisy. HEX triplet: 65, 25 and 81. RGB value is (101,37,129). Sum of RGB (Red+Green+Blue) = 101+37+129=267 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.83% from 267); Green value is 37 (14.84% from 255 or 13.86% from 267); Blue value is 129 (50.78% from 255 or 48.31% from 267); Max value from RGB is 129 - color contains mainly: blue. Hex color #652581 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #652581 is #9ADA7E. Grayscale: #424242. Windows color (decimal): -10148479 or 8463717. OLE color: 8463717.

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

Color convert

RGB10137129-
CMYK0.220.7100.49
HSL281.74º55.42%32.55%-
HSV(B)281.74º71.32%50.59%-
XYZ9.995.6721.34-
YUV66.62163.2152.52-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 37.83%
GREEN value IS 37 (14.84% from 255) = 13.86%
BLUE value IS 129 (50.78% from 255) = 48.31%
R=37.83%
G=13.86%
B=48.31%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal101371290.220.7100.49281.7455.4232.55
Hex652581164703111a3721
Octal14545201261070614326741
Binary1100101100101100000011011010001110110001100011010110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652581; }

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

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

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

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

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

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

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

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