Html Css Color HEX #642380 Kingfisher Daisy

📋 copy color: '#642380'

red 100 ◦ green 35 ◦ blue 128

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

Shades of Kingfisher Daisy #642380

Tints of Kingfisher Daisy #642380

RGB

 RED value IS 100 (39.45% from 255) = 38.02%

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

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

R = 38.02%
G = 13.31%
B = 48.67%

CMYK

 C value IS 0.22

 M value IS 0.73

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#642380 (or 0x642380) is known color: Kingfisher Daisy. HEX triplet: 64, 23 and 80. RGB value is (100,35,128). Sum of RGB (Red+Green+Blue) = 100+35+128=263 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.02% from 263); Green value is 35 (14.06% from 255 or 13.31% from 263); Blue value is 128 (50.39% from 255 or 48.67% from 263); Max value from RGB is 128 - color contains mainly: blue. Hex color #642380 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642380 is #9BDC7F. Grayscale: #404040. Windows color (decimal): -10214528 or 8397668. OLE color: 8397668.

HSL color Cylindrical-coordinate representation of color #642380: hue angle of 281.94º 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 #642380 is Cyan = 0.22, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 100 35 128 -
CMYK 0.22 0.73 0 0.50
HSL 281.94º 0.57% 0.32% -
HSV(B) 281.94º 0.73% 0.5% -
XYZ 9.75 5.47 20.96 -
YUV 65.04 163.53 152.94 -
System Red Green Blue C M Y K H S L
Decimal 100 35 128 0.22 0.73 0 0.50 281.94 0.57 0.32
Hex 64 23 80 16 49 0 32 11A 39 20
Octal 144 43 200 26 111 0 62 432 71 40
Binary 1100100 100011 10000000 10110 1001001 0 110010 100011010 111001 100000

Color Harmonies of #642380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642380

Black with #642380

Text Example


Text Example

White with #642380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642380; }

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

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

background-color css

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

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

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

border-color css

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

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

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