Html Css Color HEX #642982 Kingfisher Daisy

📋 copy color: '#642982'

red 100 ◦ green 41 ◦ blue 130

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

Shades of Kingfisher Daisy #642982

Tints of Kingfisher Daisy #642982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 47.97%

R = 36.9%
G = 15.13%
B = 47.97%

CMYK

 C value IS 0.23

 M value IS 0.68

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#642982 (or 0x642982) is known color: Kingfisher Daisy. HEX triplet: 64, 29 and 82. RGB value is (100,41,130). Sum of RGB (Red+Green+Blue) = 100+41+130=271 (35% of max value = 765). Red value is 100 (39.45% from 255 or 36.90% from 271); Green value is 41 (16.41% from 255 or 15.13% from 271); Blue value is 130 (51.17% from 255 or 47.97% from 271); Max value from RGB is 130 - color contains mainly: blue. Hex color #642982 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642982 is #9BD67D. Grayscale: #444444. Windows color (decimal): -10212990 or 8530276. OLE color: 8530276.

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

Color convert

RGB 100 41 130 -
CMYK 0.23 0.68 0 0.49
HSL 279.78º 0.52% 0.34% -
HSV(B) 279.78º 0.68% 0.51% -
XYZ 10.08 5.91 21.73 -
YUV 68.79 162.55 150.26 -
System Red Green Blue C M Y K H S L
Decimal 100 41 130 0.23 0.68 0 0.49 279.78 0.52 0.34
Hex 64 29 82 17 44 0 31 118 34 22
Octal 144 51 202 27 104 0 61 430 64 42
Binary 1100100 101001 10000010 10111 1000100 0 110001 100011000 110100 100010

Color Harmonies of #642982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642982

Black with #642982

Text Example


Text Example

White with #642982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642982; }

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

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

background-color css

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

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

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

border-color css

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

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

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