Html Css Color HEX #62288D Kingfisher Daisy

📋 copy color: '#62288D'

red 98 ◦ green 40 ◦ blue 141

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

Shades of Kingfisher Daisy #62288D

Tints of Kingfisher Daisy #62288D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.34%

 BLUE value IS 141 (55.47% from 255) = 50.54%

R = 35.13%
G = 14.34%
B = 50.54%

CMYK

 C value IS 0.30

 M value IS 0.72

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#62288D (or 0x62288D) is known color: Kingfisher Daisy. HEX triplet: 62, 28 and 8D. RGB value is (98,40,141). Sum of RGB (Red+Green+Blue) = 98+40+141=279 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.13% from 279); Green value is 40 (16.02% from 255 or 14.34% from 279); Blue value is 141 (55.47% from 255 or 50.54% from 279); Max value from RGB is 141 - color contains mainly: blue. Hex color #62288D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #62288D is #9DD772. Grayscale: #444444. Windows color (decimal): -10344307 or 9250914. OLE color: 9250914.

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

Color convert

RGB 98 40 141 -
CMYK 0.30 0.72 0 0.45
HSL 274.46º 0.56% 0.35% -
HSV(B) 274.46º 0.72% 0.55% -
XYZ 10.6 6.04 25.81 -
YUV 68.86 168.72 148.79 -
System Red Green Blue C M Y K H S L
Decimal 98 40 141 0.30 0.72 0 0.45 274.46 0.56 0.35
Hex 62 28 8D 1E 48 0 2D 112 38 23
Octal 142 50 215 36 110 0 55 422 70 43
Binary 1100010 101000 10001101 11110 1001000 0 101101 100010010 111000 100011

Color Harmonies of #62288D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62288D

Black with #62288D

Text Example


Text Example

White with #62288D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #62288D;
 }
 .AnyTagClassName
 {
   color: #62288D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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