#62248D

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

Shades of Kingfisher Daisy #62248D

Tints of Kingfisher Daisy #62248D

Color information

#62248D (or 0x62248D) is unknown color: approx Kingfisher Daisy. HEX triplet: 62, 24 and 8D. RGB value is (98,36,141). Sum of RGB (Red+Green+Blue) = 98+36+141=275 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.64% from 275); Green value is 36 (14.45% from 255 or 13.09% from 275); Blue value is 141 (55.47% from 255 or 51.27% from 275); Max value from RGB is 141 - color contains mainly: blue. Hex color #62248D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #62248D is #9DDB72. Grayscale: #424242. Windows color (decimal): -10345331 or 9249890. OLE color: 9249890.

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

Color convert

RGB9836141-
CMYK0.300.7400.45
HSL275.43º59.32%34.71%-
HSV(B)275.43º74.47%55.29%-
XYZ10.485.7825.76-
YUV66.51170.04150.46-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 35.64%
GREEN value IS 36 (14.45% from 255) = 13.09%
BLUE value IS 141 (55.47% from 255) = 51.27%
R=35.64%
G=13.09%
B=51.27%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal98361410.300.7400.45275.4359.3234.71
Hex62248D1E4A02D1133b23
Octal14244215361120554237343
Binary1100010100100100011011111010010100101101100010011111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62248D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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