#612490

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

Shades of Kingfisher Daisy #612490

Tints of Kingfisher Daisy #612490

Color information

#612490 (or 0x612490) is unknown color: approx Kingfisher Daisy. HEX triplet: 61, 24 and 90. RGB value is (97,36,144). Sum of RGB (Red+Green+Blue) = 97+36+144=277 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.02% from 277); Green value is 36 (14.45% from 255 or 13.00% from 277); Blue value is 144 (56.64% from 255 or 51.99% from 277); Max value from RGB is 144 - color contains mainly: blue. Hex color #612490 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #612490 is #9EDB6F. Grayscale: #424242. Windows color (decimal): -10410864 or 9446497. OLE color: 9446497.

HSL color Cylindrical-coordinate representation of color #612490: hue angle of 273.89º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #612490 is Cyan = 0.33, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9736144-
CMYK0.330.7500.44
HSL273.89º60%35.29%-
HSV(B)273.89º75%56.47%-
XYZ10.595.8226.95-
YUV66.55171.71149.72-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.02%
GREEN value IS 36 (14.45% from 255) = 13.00%
BLUE value IS 144 (56.64% from 255) = 51.99%
R=35.02%
G=13.00%
B=51.99%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal97361440.330.7500.44273.896035.29
Hex612490214B02C1123c23
Octal14144220411130544227443
Binary11000011001001001000010000110010110101100100010010111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612490; }

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

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

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

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

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

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

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

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