#622182

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

Shades of Kingfisher Daisy #622182

Tints of Kingfisher Daisy #622182

Color information

#622182 (or 0x622182) is unknown color: approx Kingfisher Daisy. HEX triplet: 62, 21 and 82. RGB value is (98,33,130). Sum of RGB (Red+Green+Blue) = 98+33+130=261 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.55% from 261); Green value is 33 (13.28% from 255 or 12.64% from 261); Blue value is 130 (51.17% from 255 or 49.81% from 261); Max value from RGB is 130 - color contains mainly: blue. Hex color #622182 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #622182 is #9DDE7D. Grayscale: #3F3F3F. Windows color (decimal): -10346110 or 8528226. OLE color: 8528226.

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

Color convert

RGB9833130-
CMYK0.250.7500.49
HSL280.21º59.51%31.96%-
HSV(B)280.21º74.62%50.98%-
XYZ9.615.321.63-
YUV63.49165.53152.61-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 37.55%
GREEN value IS 33 (13.28% from 255) = 12.64%
BLUE value IS 130 (51.17% from 255) = 49.81%
R=37.55%
G=12.64%
B=49.81%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal98331300.250.7500.49280.2159.5131.96
Hex622182194B0311183c20
Octal14241202311130614307440
Binary1100010100001100000101100110010110110001100011000111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622182; }

 p { color: rgb(98,33,130); }

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

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

 a { background-color: rgb(98,33,130); }

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

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

 span { border-color: rgb(98,33,130); }

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