Html Css Color HEX #642482 Kingfisher Daisy

📋 copy color: '#642482'

red 100 ◦ green 36 ◦ blue 130

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

Shades of Kingfisher Daisy #642482

Tints of Kingfisher Daisy #642482

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.53%

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

R = 37.59%
G = 13.53%
B = 48.87%

CMYK

 C value IS 0.23

 M value IS 0.72

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#642482 (or 0x642482) is known color: Kingfisher Daisy. HEX triplet: 64, 24 and 82. RGB value is (100,36,130). Sum of RGB (Red+Green+Blue) = 100+36+130=266 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.59% from 266); Green value is 36 (14.45% from 255 or 13.53% from 266); Blue value is 130 (51.17% from 255 or 48.87% from 266); Max value from RGB is 130 - color contains mainly: blue. Hex color #642482 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642482 is #9BDB7D. Grayscale: #414141. Windows color (decimal): -10214270 or 8528996. OLE color: 8528996.

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

Color convert

RGB 100 36 130 -
CMYK 0.23 0.72 0 0.49
HSL 280.85º 0.57% 0.33% -
HSV(B) 280.85º 0.72% 0.51% -
XYZ 9.92 5.58 21.67 -
YUV 65.85 164.2 152.36 -
System Red Green Blue C M Y K H S L
Decimal 100 36 130 0.23 0.72 0 0.49 280.85 0.57 0.33
Hex 64 24 82 17 48 0 31 119 39 21
Octal 144 44 202 27 110 0 61 431 71 41
Binary 1100100 100100 10000010 10111 1001000 0 110001 100011001 111001 100001

Color Harmonies of #642482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642482

Black with #642482

Text Example


Text Example

White with #642482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642482; }

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

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

background-color css

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

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

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

border-color css

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

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

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