#652292

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

Shades of Kingfisher Daisy #652292

Tints of Kingfisher Daisy #652292

Color information

#652292 (or 0x652292) is unknown color: approx Kingfisher Daisy. HEX triplet: 65, 22 and 92. RGB value is (101,34,146). Sum of RGB (Red+Green+Blue) = 101+34+146=281 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.94% from 281); Green value is 34 (13.67% from 255 or 12.10% from 281); Blue value is 146 (57.42% from 255 or 51.96% from 281); Max value from RGB is 146 - color contains mainly: blue. Hex color #652292 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #652292 is #9ADD6D. Grayscale: #424242. Windows color (decimal): -10149230 or 9577061. OLE color: 9577061.

HSL color Cylindrical-coordinate representation of color #652292: hue angle of 275.89º degrees, saturation: 0.62, 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 #652292 is Cyan = 0.31, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB10134146-
CMYK0.310.7700.43
HSL275.89º62.22%35.29%-
HSV(B)275.89º76.71%57.25%-
XYZ11.135.9927.76-
YUV66.8172.7152.39-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 35.94%
GREEN value IS 34 (13.67% from 255) = 12.10%
BLUE value IS 146 (57.42% from 255) = 51.96%
R=35.94%
G=12.10%
B=51.96%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal101341460.310.7700.43275.8962.2235.29
Hex6522921F4D02B1143e23
Octal14542222371150534247643
Binary1100101100010100100101111110011010101011100010100111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652292; }

 p { color: rgb(101,34,146); }

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

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

 a { background-color: rgb(101,34,146); }

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

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

 span { border-color: rgb(101,34,146); }

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