#612492

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

Shades of Kingfisher Daisy #612492

Tints of Kingfisher Daisy #612492

Color information

#612492 (or 0x612492) is unknown color: approx Kingfisher Daisy. HEX triplet: 61, 24 and 92. RGB value is (97,36,146). Sum of RGB (Red+Green+Blue) = 97+36+146=279 (36% of max value = 765). Red value is 97 (38.28% from 255 or 34.77% from 279); Green value is 36 (14.45% from 255 or 12.90% from 279); Blue value is 146 (57.42% from 255 or 52.33% from 279); Max value from RGB is 146 - color contains mainly: blue. Hex color #612492 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #612492 is #9EDB6D. Grayscale: #424242. Windows color (decimal): -10410862 or 9577569. OLE color: 9577569.

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

Color convert

RGB9736146-
CMYK0.340.7500.43
HSL273.27º60.44%35.69%-
HSV(B)273.27º75.34%57.25%-
XYZ10.755.8827.76-
YUV66.78172.71149.56-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 34.77%
GREEN value IS 36 (14.45% from 255) = 12.90%
BLUE value IS 146 (57.42% from 255) = 52.33%
R=34.77%
G=12.90%
B=52.33%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal97361460.340.7500.43273.2760.4435.69
Hex612492224B02B1113c24
Octal14144222421130534217444
Binary11000011001001001001010001010010110101011100010001111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612492; }

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

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

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

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

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

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

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

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