Html Css Color HEX #641E95 Kingfisher Daisy

📋 copy color: '#641E95'

red 100 ◦ green 30 ◦ blue 149

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

Shades of Kingfisher Daisy #641E95

Tints of Kingfisher Daisy #641E95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 53.41%

R = 35.84%
G = 10.75%
B = 53.41%

CMYK

 C value IS 0.33

 M value IS 0.80

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#641E95 (or 0x641E95) is known color: Kingfisher Daisy. HEX triplet: 64, 1E and 95. RGB value is (100,30,149). Sum of RGB (Red+Green+Blue) = 100+30+149=279 (36% of max value = 765). Red value is 100 (39.45% from 255 or 35.84% from 279); Green value is 30 (12.11% from 255 or 10.75% from 279); Blue value is 149 (58.59% from 255 or 53.41% from 279); Max value from RGB is 149 - color contains mainly: blue. Hex color #641E95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #641E95 is #9BE16A. Grayscale: #404040. Windows color (decimal): -10215787 or 9772644. OLE color: 9772644.

HSL color Cylindrical-coordinate representation of color #641E95: hue angle of 275.29º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #641E95 is Cyan = 0.33, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 100 30 149 -
CMYK 0.33 0.80 0 0.42
HSL 275.29º 0.66% 0.35% -
HSV(B) 275.29º 0.8% 0.58% -
XYZ 11.14 5.81 28.97 -
YUV 64.5 175.69 153.32 -
System Red Green Blue C M Y K H S L
Decimal 100 30 149 0.33 0.80 0 0.42 275.29 0.66 0.35
Hex 64 1E 95 21 50 0 2A 113 42 23
Octal 144 36 225 41 120 0 52 423 102 43
Binary 1100100 11110 10010101 100001 1010000 0 101010 100010011 1000010 100011

Color Harmonies of #641E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641E95

Black with #641E95

Text Example


Text Example

White with #641E95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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