Html Css Color HEX #622380 Kingfisher Daisy

📋 copy color: '#622380'

red 98 ◦ green 35 ◦ blue 128

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

Shades of Kingfisher Daisy #622380

Tints of Kingfisher Daisy #622380

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.41%

 BLUE value IS 128 (50.39% from 255) = 49.04%

R = 37.55%
G = 13.41%
B = 49.04%

CMYK

 C value IS 0.23

 M value IS 0.73

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#622380 (or 0x622380) is known color: Kingfisher Daisy. HEX triplet: 62, 23 and 80. RGB value is (98,35,128). Sum of RGB (Red+Green+Blue) = 98+35+128=261 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.55% from 261); Green value is 35 (14.06% from 255 or 13.41% from 261); Blue value is 128 (50.39% from 255 or 49.04% from 261); Max value from RGB is 128 - color contains mainly: blue. Hex color #622380 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #622380 is #9DDC7F. Grayscale: #404040. Windows color (decimal): -10345600 or 8397666. OLE color: 8397666.

HSL color Cylindrical-coordinate representation of color #622380: hue angle of 280.65º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #622380 is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 98 35 128 -
CMYK 0.23 0.73 0 0.50
HSL 280.65º 0.57% 0.32% -
HSV(B) 280.65º 0.73% 0.5% -
XYZ 9.53 5.36 20.95 -
YUV 64.44 163.87 151.94 -
System Red Green Blue C M Y K H S L
Decimal 98 35 128 0.23 0.73 0 0.50 280.65 0.57 0.32
Hex 62 23 80 17 49 0 32 119 39 20
Octal 142 43 200 27 111 0 62 431 71 40
Binary 1100010 100011 10000000 10111 1001001 0 110010 100011001 111001 100000

Color Harmonies of #622380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #622380

Black with #622380

Text Example


Text Example

White with #622380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #622380; }

 p { color: rgb(98,35,128); }

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

background-color css

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

 a { background-color: rgb(98,35,128); }

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

border-color css

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

 span { border-color: rgb(98,35,128); }

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