Html Css Color HEX #641990 Kingfisher Daisy

📋 copy color: '#641990'

red 100 ◦ green 25 ◦ blue 144

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

Shades of Kingfisher Daisy #641990

Tints of Kingfisher Daisy #641990

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.29%

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

R = 37.17%
G = 9.29%
B = 53.53%

CMYK

 C value IS 0.31

 M value IS 0.83

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#641990 (or 0x641990) is known color: Kingfisher Daisy. HEX triplet: 64, 19 and 90. RGB value is (100,25,144). Sum of RGB (Red+Green+Blue) = 100+25+144=269 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.17% from 269); Green value is 25 (10.16% from 255 or 9.29% from 269); Blue value is 144 (56.64% from 255 or 53.53% from 269); Max value from RGB is 144 - color contains mainly: blue. Hex color #641990 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #641990 is #9BE66F. Grayscale: #3C3C3C. Windows color (decimal): -10217072 or 9443684. OLE color: 9443684.

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

Color convert

RGB 100 25 144 -
CMYK 0.31 0.83 0 0.44
HSL 277.82º 0.7% 0.33% -
HSV(B) 277.82º 0.83% 0.56% -
XYZ 10.64 5.42 26.87 -
YUV 60.99 174.85 155.82 -
System Red Green Blue C M Y K H S L
Decimal 100 25 144 0.31 0.83 0 0.44 277.82 0.7 0.33
Hex 64 19 90 1F 53 0 2C 116 46 21
Octal 144 31 220 37 123 0 54 426 106 41
Binary 1100100 11001 10010000 11111 1010011 0 101100 100010110 1000110 100001

Color Harmonies of #641990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641990

Black with #641990

Text Example


Text Example

White with #641990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641990; }

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

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

background-color css

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

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

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

border-color css

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

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

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