#62348D

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

Shades of Kingfisher Daisy #62348D

Tints of Kingfisher Daisy #62348D

Color information

#62348D (or 0x62348D) is unknown color: approx Kingfisher Daisy. HEX triplet: 62, 34 and 8D. RGB value is (98,52,141). Sum of RGB (Red+Green+Blue) = 98+52+141=291 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.68% from 291); Green value is 52 (20.70% from 255 or 17.87% from 291); Blue value is 141 (55.47% from 255 or 48.45% from 291); Max value from RGB is 141 - color contains mainly: blue. Hex color #62348D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #62348D is #9DCB72. Grayscale: #4B4B4B. Windows color (decimal): -10341235 or 9253986. OLE color: 9253986.

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

Color convert

RGB9852141-
CMYK0.300.6300.45
HSL271.01º46.11%37.84%-
HSV(B)271.01º63.12%55.29%-
XYZ11.076.9825.96-
YUV75.9164.74143.76-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 33.68%
GREEN value IS 52 (20.70% from 255) = 17.87%
BLUE value IS 141 (55.47% from 255) = 48.45%
R=33.68%
G=17.87%
B=48.45%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal98521410.300.6300.45271.0146.1137.84
Hex62348D1E3F02D10f2e26
Octal1426421536770554175646
Binary110001011010010001101111101111110101101100001111101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62348D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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