Html Css Color HEX #641E89 Kingfisher Daisy

📋 copy color: '#641E89'

red 100 ◦ green 30 ◦ blue 137

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

Shades of Kingfisher Daisy #641E89

Tints of Kingfisher Daisy #641E89

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.24%

 BLUE value IS 137 (53.91% from 255) = 51.31%

R = 37.45%
G = 11.24%
B = 51.31%

CMYK

 C value IS 0.27

 M value IS 0.78

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#641E89 (or 0x641E89) is known color: Kingfisher Daisy. HEX triplet: 64, 1E and 89. RGB value is (100,30,137). Sum of RGB (Red+Green+Blue) = 100+30+137=267 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.45% from 267); Green value is 30 (12.11% from 255 or 11.24% from 267); Blue value is 137 (53.91% from 255 or 51.31% from 267); Max value from RGB is 137 - color contains mainly: blue. Hex color #641E89 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #641E89 is #9BE176. Grayscale: #3E3E3E. Windows color (decimal): -10215799 or 8986212. OLE color: 8986212.

HSL color Cylindrical-coordinate representation of color #641E89: hue angle of 279.25º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #641E89 is Cyan = 0.27, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 100 30 137 -
CMYK 0.27 0.78 0 0.46
HSL 279.25º 0.64% 0.33% -
HSV(B) 279.25º 0.78% 0.54% -
XYZ 10.24 5.44 24.18 -
YUV 63.13 169.69 154.3 -
System Red Green Blue C M Y K H S L
Decimal 100 30 137 0.27 0.78 0 0.46 279.25 0.64 0.33
Hex 64 1E 89 1B 4E 0 2E 117 40 21
Octal 144 36 211 33 116 0 56 427 100 41
Binary 1100100 11110 10001001 11011 1001110 0 101110 100010111 1000000 100001

Color Harmonies of #641E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641E89

Black with #641E89

Text Example


Text Example

White with #641E89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641E89; }

 p { color: rgb(100,30,137); }

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

background-color css

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

 a { background-color: rgb(100,30,137); }

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

border-color css

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

 span { border-color: rgb(100,30,137); }

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