#612982

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

Shades of Kingfisher Daisy #612982

Tints of Kingfisher Daisy #612982

Color information

#612982 (or 0x612982) is unknown color: approx Kingfisher Daisy. HEX triplet: 61, 29 and 82. RGB value is (97,41,130). Sum of RGB (Red+Green+Blue) = 97+41+130=268 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.19% from 268); Green value is 41 (16.41% from 255 or 15.30% from 268); Blue value is 130 (51.17% from 255 or 48.51% from 268); Max value from RGB is 130 - color contains mainly: blue. Hex color #612982 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #612982 is #9ED67D. Grayscale: #434343. Windows color (decimal): -10409598 or 8530273. OLE color: 8530273.

HSL color Cylindrical-coordinate representation of color #612982: hue angle of 277.75º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #612982 is Cyan = 0.25, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB9741130-
CMYK0.250.6800.49
HSL277.75º52.05%33.53%-
HSV(B)277.75º68.46%50.98%-
XYZ9.755.7421.71-
YUV67.89163.05148.76-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.19%
GREEN value IS 41 (16.41% from 255) = 15.30%
BLUE value IS 130 (51.17% from 255) = 48.51%
R=36.19%
G=15.30%
B=48.51%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal97411300.250.6800.49277.7552.0533.53
Hex61298219440311163422
Octal14151202311040614266442
Binary1100001101001100000101100110001000110001100010110110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612982; }

 p { color: rgb(97,41,130); }

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

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

 a { background-color: rgb(97,41,130); }

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

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

 span { border-color: rgb(97,41,130); }

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