#62228E

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

Shades of Kingfisher Daisy #62228E

Tints of Kingfisher Daisy #62228E

Color information

#62228E (or 0x62228E) is unknown color: approx Kingfisher Daisy. HEX triplet: 62, 22 and 8E. RGB value is (98,34,142). Sum of RGB (Red+Green+Blue) = 98+34+142=274 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.77% from 274); Green value is 34 (13.67% from 255 or 12.41% from 274); Blue value is 142 (55.86% from 255 or 51.82% from 274); Max value from RGB is 142 - color contains mainly: blue. Hex color #62228E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #62228E is #9DDD71. Grayscale: #414141. Windows color (decimal): -10345842 or 9314914. OLE color: 9314914.

HSL color Cylindrical-coordinate representation of color #62228E: hue angle of 275.56º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #62228E is Cyan = 0.31, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9834142-
CMYK0.310.7600.44
HSL275.56º61.36%34.51%-
HSV(B)275.56º76.06%55.69%-
XYZ10.495.6926.14-
YUV65.45171.2151.22-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 35.77%
GREEN value IS 34 (13.67% from 255) = 12.41%
BLUE value IS 142 (55.86% from 255) = 51.82%
R=35.77%
G=12.41%
B=51.82%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal98341420.310.7600.44275.5661.3634.51
Hex62228E1F4C02C1143d23
Octal14242216371140544247543
Binary1100010100010100011101111110011000101100100010100111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62228E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62228E; }

 p { color: rgb(98,34,142); }

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

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

 a { background-color: rgb(98,34,142); }

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

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

 span { border-color: rgb(98,34,142); }

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