Html Css Color HEX #62348D Kingfisher Daisy

📋 copy color: '#62348D'

red 98 ◦ green 52 ◦ blue 141

#62348D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kingfisher Daisy #62348D

Tints of Kingfisher Daisy #62348D

RGB

 RED value IS 98 (38.67% from 255) = 33.68%

 GREEN value IS 52 (20.7% 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 value IS 0.30

 M value IS 0.63

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#62348D (or 0x62348D) is known color: 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

RGB 98 52 141 -
CMYK 0.30 0.63 0 0.45
HSL 271.01º 0.46% 0.38% -
HSV(B) 271.01º 0.63% 0.55% -
XYZ 11.07 6.98 25.96 -
YUV 75.9 164.74 143.76 -
System Red Green Blue C M Y K H S L
Decimal 98 52 141 0.30 0.63 0 0.45 271.01 0.46 0.38
Hex 62 34 8D 1E 3F 0 2D 10F 2E 26
Octal 142 64 215 36 77 0 55 417 56 46
Binary 1100010 110100 10001101 11110 111111 0 101101 100001111 101110 100110

Color Harmonies of #62348D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62348D

Black with #62348D

Text Example


Text Example

White with #62348D

Text Example


Text Example

HTML Codes & Css Web 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>