#61227F

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

Shades of Kingfisher Daisy #61227F

Tints of Kingfisher Daisy #61227F

Color information

#61227F (or 0x61227F) is unknown color: approx Kingfisher Daisy. HEX triplet: 61, 22 and 7F. RGB value is (97,34,127). Sum of RGB (Red+Green+Blue) = 97+34+127=258 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.60% from 258); Green value is 34 (13.67% from 255 or 13.18% from 258); Blue value is 127 (50% from 255 or 49.22% from 258); Max value from RGB is 127 - color contains mainly: blue. Hex color #61227F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61227F is #9EDD80. Grayscale: #3F3F3F. Windows color (decimal): -10411393 or 8331873. OLE color: 8331873.

HSL color Cylindrical-coordinate representation of color #61227F: hue angle of 280.65º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #61227F is Cyan = 0.24, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB9734127-
CMYK0.240.7300.50
HSL280.65º57.76%31.57%-
HSV(B)280.65º73.23%49.8%-
XYZ9.335.2220.59-
YUV63.44163.87151.94-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.60%
GREEN value IS 34 (13.67% from 255) = 13.18%
BLUE value IS 127 (50% from 255) = 49.22%
R=37.60%
G=13.18%
B=49.22%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal97341270.240.7300.50280.6557.7631.57
Hex61227F18490321193a20
Octal14142177301110624317240
Binary110000110001011111111100010010010110010100011001111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61227F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61227F; }

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

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

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

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

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

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

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

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