#62298E

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

Shades of Kingfisher Daisy #62298E

Tints of Kingfisher Daisy #62298E

Color information

#62298E (or 0x62298E) is unknown color: approx Kingfisher Daisy. HEX triplet: 62, 29 and 8E. RGB value is (98,41,142). Sum of RGB (Red+Green+Blue) = 98+41+142=281 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.88% from 281); Green value is 41 (16.41% from 255 or 14.59% from 281); Blue value is 142 (55.86% from 255 or 50.53% from 281); Max value from RGB is 142 - color contains mainly: blue. Hex color #62298E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #62298E is #9DD671. Grayscale: #454545. Windows color (decimal): -10344050 or 9316706. OLE color: 9316706.

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

Color convert

RGB9841142-
CMYK0.310.7100.44
HSL273.86º55.19%35.88%-
HSV(B)273.86º71.13%55.69%-
XYZ10.716.1426.21-
YUV69.56168.88148.29-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 34.88%
GREEN value IS 41 (16.41% from 255) = 14.59%
BLUE value IS 142 (55.86% from 255) = 50.53%
R=34.88%
G=14.59%
B=50.53%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal98411420.310.7100.44273.8655.1935.88
Hex62298E1F4702C1123724
Octal14251216371070544226744
Binary1100010101001100011101111110001110101100100010010110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62298E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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