Html Css Color HEX #641A91 Kingfisher Daisy

📋 copy color: '#641A91'

red 100 ◦ green 26 ◦ blue 145

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

Shades of Kingfisher Daisy #641A91

Tints of Kingfisher Daisy #641A91

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.59%

 BLUE value IS 145 (57.03% from 255) = 53.51%

R = 36.9%
G = 9.59%
B = 53.51%

CMYK

 C value IS 0.31

 M value IS 0.82

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#641A91 (or 0x641A91) is known color: Kingfisher Daisy. HEX triplet: 64, 1A and 91. RGB value is (100,26,145). Sum of RGB (Red+Green+Blue) = 100+26+145=271 (35% of max value = 765). Red value is 100 (39.45% from 255 or 36.90% from 271); Green value is 26 (10.55% from 255 or 9.59% from 271); Blue value is 145 (57.03% from 255 or 53.51% from 271); Max value from RGB is 145 - color contains mainly: blue. Hex color #641A91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #641A91 is #9BE56E. Grayscale: #3D3D3D. Windows color (decimal): -10216815 or 9509476. OLE color: 9509476.

HSL color Cylindrical-coordinate representation of color #641A91: hue angle of 277.31º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #641A91 is Cyan = 0.31, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 100 26 145 -
CMYK 0.31 0.82 0 0.43
HSL 277.31º 0.7% 0.34% -
HSV(B) 277.31º 0.82% 0.57% -
XYZ 10.74 5.49 27.28 -
YUV 61.69 175.02 155.32 -
System Red Green Blue C M Y K H S L
Decimal 100 26 145 0.31 0.82 0 0.43 277.31 0.7 0.34
Hex 64 1A 91 1F 52 0 2B 115 46 22
Octal 144 32 221 37 122 0 53 425 106 42
Binary 1100100 11010 10010001 11111 1010010 0 101011 100010101 1000110 100010

Color Harmonies of #641A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641A91

Black with #641A91

Text Example


Text Example

White with #641A91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,26,145); }

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

background-color css

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

 a { background-color: rgb(100,26,145); }

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

border-color css

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

 span { border-color: rgb(100,26,145); }

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