#612283

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

Shades of Kingfisher Daisy #612283

Tints of Kingfisher Daisy #612283

Color information

#612283 (or 0x612283) is unknown color: approx Kingfisher Daisy. HEX triplet: 61, 22 and 83. RGB value is (97,34,131). Sum of RGB (Red+Green+Blue) = 97+34+131=262 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.02% from 262); Green value is 34 (13.67% from 255 or 12.98% from 262); Blue value is 131 (51.56% from 255 or 50% from 262); Max value from RGB is 131 - color contains mainly: blue. Hex color #612283 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #612283 is #9EDD7C. Grayscale: #3F3F3F. Windows color (decimal): -10411389 or 8594017. OLE color: 8594017.

HSL color Cylindrical-coordinate representation of color #612283: hue angle of 278.97º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #612283 is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB9734131-
CMYK0.260.7400.49
HSL278.97º58.79%32.35%-
HSV(B)278.97º74.05%51.37%-
XYZ9.65.3221.99-
YUV63.9165.87151.61-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.02%
GREEN value IS 34 (13.67% from 255) = 12.98%
BLUE value IS 131 (51.56% from 255) = 50%
R=37.02%
G=12.98%
B=50%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal97341310.260.7400.49278.9758.7932.35
Hex6122831A4A0311173b20
Octal14142203321120614277340
Binary1100001100010100000111101010010100110001100010111111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612283; }

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

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

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

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

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

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

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

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