#622380

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

Shades of Kingfisher Daisy #622380

Tints of Kingfisher Daisy #622380

Color information

#622380 (or 0x622380) is unknown color: approx Kingfisher Daisy. HEX triplet: 62, 23 and 80. RGB value is (98,35,128). Sum of RGB (Red+Green+Blue) = 98+35+128=261 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.55% from 261); Green value is 35 (14.06% from 255 or 13.41% from 261); Blue value is 128 (50.39% from 255 or 49.04% from 261); Max value from RGB is 128 - color contains mainly: blue. Hex color #622380 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #622380 is #9DDC7F. Grayscale: #404040. Windows color (decimal): -10345600 or 8397666. OLE color: 8397666.

HSL color Cylindrical-coordinate representation of color #622380: hue angle of 280.65º degrees, saturation: 0.57, 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 #622380 is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB9835128-
CMYK0.230.7300.50
HSL280.65º57.06%31.96%-
HSV(B)280.65º72.66%50.2%-
XYZ9.535.3620.95-
YUV64.44163.87151.94-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 37.55%
GREEN value IS 35 (14.06% from 255) = 13.41%
BLUE value IS 128 (50.39% from 255) = 49.04%
R=37.55%
G=13.41%
B=49.04%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal98351280.230.7300.50280.6557.0631.96
Hex62238017490321193920
Octal14243200271110624317140
Binary1100010100011100000001011110010010110010100011001111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622380; }

 p { color: rgb(98,35,128); }

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

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

 a { background-color: rgb(98,35,128); }

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

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

 span { border-color: rgb(98,35,128); }

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