Html Css Color HEX #642981 Kingfisher Daisy

📋 copy color: '#642981'

red 100 ◦ green 41 ◦ blue 129

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

Shades of Kingfisher Daisy #642981

Tints of Kingfisher Daisy #642981

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.19%

 BLUE value IS 129 (50.78% from 255) = 47.78%

R = 37.04%
G = 15.19%
B = 47.78%

CMYK

 C value IS 0.22

 M value IS 0.68

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#642981 (or 0x642981) is known color: Kingfisher Daisy. HEX triplet: 64, 29 and 81. RGB value is (100,41,129). Sum of RGB (Red+Green+Blue) = 100+41+129=270 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.04% from 270); Green value is 41 (16.41% from 255 or 15.19% from 270); Blue value is 129 (50.78% from 255 or 47.78% from 270); Max value from RGB is 129 - color contains mainly: blue. Hex color #642981 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642981 is #9BD67E. Grayscale: #444444. Windows color (decimal): -10212991 or 8464740. OLE color: 8464740.

HSL color Cylindrical-coordinate representation of color #642981: hue angle of 280.23º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #642981 is Cyan = 0.22, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 100 41 129 -
CMYK 0.22 0.68 0 0.49
HSL 280.23º 0.52% 0.33% -
HSV(B) 280.23º 0.68% 0.51% -
XYZ 10.01 5.88 21.38 -
YUV 68.67 162.05 150.34 -
System Red Green Blue C M Y K H S L
Decimal 100 41 129 0.22 0.68 0 0.49 280.23 0.52 0.33
Hex 64 29 81 16 44 0 31 118 34 21
Octal 144 51 201 26 104 0 61 430 64 41
Binary 1100100 101001 10000001 10110 1000100 0 110001 100011000 110100 100001

Color Harmonies of #642981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642981

Black with #642981

Text Example


Text Example

White with #642981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642981; }

 p { color: rgb(100,41,129); }

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

background-color css

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

 a { background-color: rgb(100,41,129); }

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

border-color css

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

 span { border-color: rgb(100,41,129); }

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