#62298D

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

Shades of Kingfisher Daisy #62298D

Tints of Kingfisher Daisy #62298D

Color information

#62298D (or 0x62298D) is unknown color: approx Kingfisher Daisy. HEX triplet: 62, 29 and 8D. RGB value is (98,41,141). Sum of RGB (Red+Green+Blue) = 98+41+141=280 (37% of max value = 765). Red value is 98 (38.67% from 255 or 35% from 280); Green value is 41 (16.41% from 255 or 14.64% from 280); Blue value is 141 (55.47% from 255 or 50.36% from 280); Max value from RGB is 141 - color contains mainly: blue. Hex color #62298D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #62298D is #9DD672. Grayscale: #454545. Windows color (decimal): -10344051 or 9251170. OLE color: 9251170.

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

Color convert

RGB9841141-
CMYK0.300.7100.45
HSL274.2º54.95%35.69%-
HSV(B)274.2º70.92%55.29%-
XYZ10.646.1125.82-
YUV69.44168.38148.37-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 35%
GREEN value IS 41 (16.41% from 255) = 14.64%
BLUE value IS 141 (55.47% from 255) = 50.36%
R=35%
G=14.64%
B=50.36%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal98411410.300.7100.45274.254.9535.69
Hex62298D1E4702D1123724
Octal14251215361070554226744
Binary1100010101001100011011111010001110101101100010010110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62298D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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