Html Css Color HEX #641B94 Kingfisher Daisy

📋 copy color: '#641B94'

red 100 ◦ green 27 ◦ blue 148

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

Shades of Kingfisher Daisy #641B94

Tints of Kingfisher Daisy #641B94

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.82%

 BLUE value IS 148 (58.2% from 255) = 53.82%

R = 36.36%
G = 9.82%
B = 53.82%

CMYK

 C value IS 0.32

 M value IS 0.82

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#641B94 (or 0x641B94) is known color: Kingfisher Daisy. HEX triplet: 64, 1B and 94. RGB value is (100,27,148). Sum of RGB (Red+Green+Blue) = 100+27+148=275 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.36% from 275); Green value is 27 (10.94% from 255 or 9.82% from 275); Blue value is 148 (58.20% from 255 or 53.82% from 275); Max value from RGB is 148 - color contains mainly: blue. Hex color #641B94 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #641B94 is #9BE46B. Grayscale: #3E3E3E. Windows color (decimal): -10216556 or 9706340. OLE color: 9706340.

HSL color Cylindrical-coordinate representation of color #641B94: hue angle of 276.2º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #641B94 is Cyan = 0.32, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 100 27 148 -
CMYK 0.32 0.82 0 0.42
HSL 276.2º 0.69% 0.34% -
HSV(B) 276.2º 0.82% 0.58% -
XYZ 10.99 5.63 28.52 -
YUV 62.62 176.18 154.66 -
System Red Green Blue C M Y K H S L
Decimal 100 27 148 0.32 0.82 0 0.42 276.2 0.69 0.34
Hex 64 1B 94 20 52 0 2A 114 45 22
Octal 144 33 224 40 122 0 52 424 105 42
Binary 1100100 11011 10010100 100000 1010010 0 101010 100010100 1000101 100010

Color Harmonies of #641B94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641B94

Black with #641B94

Text Example


Text Example

White with #641B94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,27,148); }

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

background-color css

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

 a { background-color: rgb(100,27,148); }

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

border-color css

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

 span { border-color: rgb(100,27,148); }

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