Html Css Color HEX #642A83 Kingfisher Daisy

📋 copy color: '#642A83'

red 100 ◦ green 42 ◦ blue 131

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

Shades of Kingfisher Daisy #642A83

Tints of Kingfisher Daisy #642A83

RGB

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

 GREEN value IS 42 (16.8% from 255) = 15.38%

 BLUE value IS 131 (51.56% from 255) = 47.99%

R = 36.63%
G = 15.38%
B = 47.99%

CMYK

 C value IS 0.24

 M value IS 0.68

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#642A83 (or 0x642A83) is known color: Kingfisher Daisy. HEX triplet: 64, 2A and 83. RGB value is (100,42,131). Sum of RGB (Red+Green+Blue) = 100+42+131=273 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.63% from 273); Green value is 42 (16.80% from 255 or 15.38% from 273); Blue value is 131 (51.56% from 255 or 47.99% from 273); Max value from RGB is 131 - color contains mainly: blue. Hex color #642A83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642A83 is #9BD57C. Grayscale: #454545. Windows color (decimal): -10212733 or 8596068. OLE color: 8596068.

HSL color Cylindrical-coordinate representation of color #642A83: hue angle of 279.1º degrees, saturation: 0.51, 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 #642A83 is Cyan = 0.24, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 100 42 131 -
CMYK 0.24 0.68 0 0.49
HSL 279.1º 0.51% 0.34% -
HSV(B) 279.1º 0.68% 0.51% -
XYZ 10.18 6 22.1 -
YUV 69.49 162.72 149.76 -
System Red Green Blue C M Y K H S L
Decimal 100 42 131 0.24 0.68 0 0.49 279.1 0.51 0.34
Hex 64 2A 83 18 44 0 31 117 33 22
Octal 144 52 203 30 104 0 61 427 63 42
Binary 1100100 101010 10000011 11000 1000100 0 110001 100010111 110011 100010

Color Harmonies of #642A83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642A83

Black with #642A83

Text Example


Text Example

White with #642A83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642A83; }

 p { color: rgb(100,42,131); }

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

background-color css

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

 a { background-color: rgb(100,42,131); }

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

border-color css

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

 span { border-color: rgb(100,42,131); }

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