#652591

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

Shades of Kingfisher Daisy #652591

Tints of Kingfisher Daisy #652591

Color information

#652591 (or 0x652591) is unknown color: approx Kingfisher Daisy. HEX triplet: 65, 25 and 91. RGB value is (101,37,145). Sum of RGB (Red+Green+Blue) = 101+37+145=283 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.69% from 283); Green value is 37 (14.84% from 255 or 13.07% from 283); Blue value is 145 (57.03% from 255 or 51.24% from 283); Max value from RGB is 145 - color contains mainly: blue. Hex color #652591 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #652591 is #9ADA6E. Grayscale: #444444. Windows color (decimal): -10148463 or 9512293. OLE color: 9512293.

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

Color convert

RGB10137145-
CMYK0.300.7400.43
HSL275.56º59.34%35.69%-
HSV(B)275.56º74.48%56.86%-
XYZ11.146.1327.38-
YUV68.45171.2151.22-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 35.69%
GREEN value IS 37 (14.84% from 255) = 13.07%
BLUE value IS 145 (57.03% from 255) = 51.24%
R=35.69%
G=13.07%
B=51.24%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal101371450.300.7400.43275.5659.3435.69
Hex6525911E4A02B1143b24
Octal14545221361120534247344
Binary1100101100101100100011111010010100101011100010100111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652591; }

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

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

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

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

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

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

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

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