#652491

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

Shades of Kingfisher Daisy #652491

Tints of Kingfisher Daisy #652491

Color information

#652491 (or 0x652491) is unknown color: approx Kingfisher Daisy. HEX triplet: 65, 24 and 91. RGB value is (101,36,145). Sum of RGB (Red+Green+Blue) = 101+36+145=282 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.82% from 282); Green value is 36 (14.45% from 255 or 12.77% from 282); Blue value is 145 (57.03% from 255 or 51.42% from 282); Max value from RGB is 145 - color contains mainly: blue. Hex color #652491 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #652491 is #9ADB6E. Grayscale: #434343. Windows color (decimal): -10148719 or 9512037. OLE color: 9512037.

HSL color Cylindrical-coordinate representation of color #652491: hue angle of 275.78º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #652491 is Cyan = 0.30, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB10136145-
CMYK0.300.7500.43
HSL275.78º60.22%35.49%-
HSV(B)275.78º75.17%56.86%-
XYZ11.116.0727.37-
YUV67.86171.53151.64-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 35.82%
GREEN value IS 36 (14.45% from 255) = 12.77%
BLUE value IS 145 (57.03% from 255) = 51.42%
R=35.82%
G=12.77%
B=51.42%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal101361450.300.7500.43275.7860.2235.49
Hex6524911E4B02B1143c23
Octal14544221361130534247443
Binary1100101100100100100011111010010110101011100010100111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652491; }

 p { color: rgb(101,36,145); }

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

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

 a { background-color: rgb(101,36,145); }

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

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

 span { border-color: rgb(101,36,145); }

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