#652091

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

Shades of Kingfisher Daisy #652091

Tints of Kingfisher Daisy #652091

Color information

#652091 (or 0x652091) is unknown color: approx Kingfisher Daisy. HEX triplet: 65, 20 and 91. RGB value is (101,32,145). Sum of RGB (Red+Green+Blue) = 101+32+145=278 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.33% from 278); Green value is 32 (12.89% from 255 or 11.51% from 278); Blue value is 145 (57.03% from 255 or 52.16% from 278); Max value from RGB is 145 - color contains mainly: blue. Hex color #652091 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #652091 is #9ADF6E. Grayscale: #414141. Windows color (decimal): -10149743 or 9511013. OLE color: 9511013.

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

Color convert

RGB10132145-
CMYK0.300.7800.43
HSL276.64º63.84%34.71%-
HSV(B)276.64º77.93%56.86%-
XYZ10.995.8427.34-
YUV65.51172.86153.31-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 36.33%
GREEN value IS 32 (12.89% from 255) = 11.51%
BLUE value IS 145 (57.03% from 255) = 52.16%
R=36.33%
G=11.51%
B=52.16%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal101321450.300.7800.43276.6463.8434.71
Hex6520911E4E02B1154023
Octal145402213611605342510043
Binary11001011000001001000111110100111001010111000101011000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652091; }

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

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

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

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

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

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

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

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