Html Css Color HEX #641D96 Kingfisher Daisy

📋 copy color: '#641D96'

red 100 ◦ green 29 ◦ blue 150

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

Shades of Kingfisher Daisy #641D96

Tints of Kingfisher Daisy #641D96

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.39%

 BLUE value IS 150 (58.98% from 255) = 53.76%

R = 35.84%
G = 10.39%
B = 53.76%

CMYK

 C value IS 0.33

 M value IS 0.81

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#641D96 (or 0x641D96) is known color: Kingfisher Daisy. HEX triplet: 64, 1D and 96. RGB value is (100,29,150). Sum of RGB (Red+Green+Blue) = 100+29+150=279 (36% of max value = 765). Red value is 100 (39.45% from 255 or 35.84% from 279); Green value is 29 (11.72% from 255 or 10.39% from 279); Blue value is 150 (58.98% from 255 or 53.76% from 279); Max value from RGB is 150 - color contains mainly: blue. Hex color #641D96 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #641D96 is #9BE269. Grayscale: #3F3F3F. Windows color (decimal): -10216042 or 9837924. OLE color: 9837924.

HSL color Cylindrical-coordinate representation of color #641D96: hue angle of 275.21º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #641D96 is Cyan = 0.33, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 100 29 150 -
CMYK 0.33 0.81 0 0.41
HSL 275.21º 0.68% 0.35% -
HSV(B) 275.21º 0.81% 0.59% -
XYZ 11.2 5.79 29.38 -
YUV 64.02 176.52 153.66 -
System Red Green Blue C M Y K H S L
Decimal 100 29 150 0.33 0.81 0 0.41 275.21 0.68 0.35
Hex 64 1D 96 21 51 0 29 113 44 23
Octal 144 35 226 41 121 0 51 423 104 43
Binary 1100100 11101 10010110 100001 1010001 0 101001 100010011 1000100 100011

Color Harmonies of #641D96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641D96

Black with #641D96

Text Example


Text Example

White with #641D96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,29,150); }

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

background-color css

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

 a { background-color: rgb(100,29,150); }

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

border-color css

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

 span { border-color: rgb(100,29,150); }

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