#652191

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

Shades of Kingfisher Daisy #652191

Tints of Kingfisher Daisy #652191

Color information

#652191 (or 0x652191) is unknown color: approx Kingfisher Daisy. HEX triplet: 65, 21 and 91. RGB value is (101,33,145). Sum of RGB (Red+Green+Blue) = 101+33+145=279 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.20% from 279); Green value is 33 (13.28% from 255 or 11.83% from 279); Blue value is 145 (57.03% from 255 or 51.97% from 279); Max value from RGB is 145 - color contains mainly: blue. Hex color #652191 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #652191 is #9ADE6E. Grayscale: #414141. Windows color (decimal): -10149487 or 9511269. OLE color: 9511269.

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

Color convert

RGB10133145-
CMYK0.300.7700.43
HSL276.43º62.92%34.9%-
HSV(B)276.43º77.24%56.86%-
XYZ11.025.927.35-
YUV66.1172.53152.89-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 36.20%
GREEN value IS 33 (13.28% from 255) = 11.83%
BLUE value IS 145 (57.03% from 255) = 51.97%
R=36.20%
G=11.83%
B=51.97%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal101331450.300.7700.43276.4362.9234.9
Hex6521911E4D02B1143f23
Octal14541221361150534247743
Binary1100101100001100100011111010011010101011100010100111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652191; }

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

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

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

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

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

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

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

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