#612292

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

Shades of Kingfisher Daisy #612292

Tints of Kingfisher Daisy #612292

Color information

#612292 (or 0x612292) is unknown color: approx Kingfisher Daisy. HEX triplet: 61, 22 and 92. RGB value is (97,34,146). Sum of RGB (Red+Green+Blue) = 97+34+146=277 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.02% from 277); Green value is 34 (13.67% from 255 or 12.27% from 277); Blue value is 146 (57.42% from 255 or 52.71% from 277); Max value from RGB is 146 - color contains mainly: blue. Hex color #612292 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #612292 is #9EDD6D. Grayscale: #414141. Windows color (decimal): -10411374 or 9577057. OLE color: 9577057.

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

Color convert

RGB9734146-
CMYK0.340.7700.43
HSL273.75º62.22%35.29%-
HSV(B)273.75º76.71%57.25%-
XYZ10.695.7627.74-
YUV65.6173.37150.39-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.02%
GREEN value IS 34 (13.67% from 255) = 12.27%
BLUE value IS 146 (57.42% from 255) = 52.71%
R=35.02%
G=12.27%
B=52.71%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal97341460.340.7700.43273.7562.2235.29
Hex612292224D02B1123e23
Octal14142222421150534227643
Binary11000011000101001001010001010011010101011100010010111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612292; }

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

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

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

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

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

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

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

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