Html Css Color HEX #641A90 Kingfisher Daisy

📋 copy color: '#641A90'

red 100 ◦ green 26 ◦ blue 144

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

Shades of Kingfisher Daisy #641A90

Tints of Kingfisher Daisy #641A90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 53.33%

R = 37.04%
G = 9.63%
B = 53.33%

CMYK

 C value IS 0.31

 M value IS 0.82

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#641A90 (or 0x641A90) is known color: Kingfisher Daisy. HEX triplet: 64, 1A and 90. RGB value is (100,26,144). Sum of RGB (Red+Green+Blue) = 100+26+144=270 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.04% from 270); Green value is 26 (10.55% from 255 or 9.63% from 270); Blue value is 144 (56.64% from 255 or 53.33% from 270); Max value from RGB is 144 - color contains mainly: blue. Hex color #641A90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #641A90 is #9BE56F. Grayscale: #3D3D3D. Windows color (decimal): -10216816 or 9443940. OLE color: 9443940.

HSL color Cylindrical-coordinate representation of color #641A90: hue angle of 277.63º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #641A90 is Cyan = 0.31, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 100 26 144 -
CMYK 0.31 0.82 0 0.44
HSL 277.63º 0.69% 0.33% -
HSV(B) 277.63º 0.82% 0.56% -
XYZ 10.66 5.46 26.88 -
YUV 61.58 174.52 155.41 -
System Red Green Blue C M Y K H S L
Decimal 100 26 144 0.31 0.82 0 0.44 277.63 0.69 0.33
Hex 64 1A 90 1F 52 0 2C 116 45 21
Octal 144 32 220 37 122 0 54 426 105 41
Binary 1100100 11010 10010000 11111 1010010 0 101100 100010110 1000101 100001

Color Harmonies of #641A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641A90

Black with #641A90

Text Example


Text Example

White with #641A90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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