Html Css Color HEX #641992 Kingfisher Daisy

📋 copy color: '#641992'

red 100 ◦ green 25 ◦ blue 146

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

Shades of Kingfisher Daisy #641992

Tints of Kingfisher Daisy #641992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 53.87%

R = 36.9%
G = 9.23%
B = 53.87%

CMYK

 C value IS 0.32

 M value IS 0.83

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#641992 (or 0x641992) is known color: Kingfisher Daisy. HEX triplet: 64, 19 and 92. RGB value is (100,25,146). Sum of RGB (Red+Green+Blue) = 100+25+146=271 (35% of max value = 765). Red value is 100 (39.45% from 255 or 36.90% from 271); Green value is 25 (10.16% from 255 or 9.23% from 271); Blue value is 146 (57.42% from 255 or 53.87% from 271); Max value from RGB is 146 - color contains mainly: blue. Hex color #641992 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #641992 is #9BE66D. Grayscale: #3C3C3C. Windows color (decimal): -10217070 or 9574756. OLE color: 9574756.

HSL color Cylindrical-coordinate representation of color #641992: hue angle of 277.19º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #641992 is Cyan = 0.32, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 100 25 146 -
CMYK 0.32 0.83 0 0.43
HSL 277.19º 0.71% 0.34% -
HSV(B) 277.19º 0.83% 0.57% -
XYZ 10.79 5.48 27.68 -
YUV 61.22 175.85 155.66 -
System Red Green Blue C M Y K H S L
Decimal 100 25 146 0.32 0.83 0 0.43 277.19 0.71 0.34
Hex 64 19 92 20 53 0 2B 115 47 22
Octal 144 31 222 40 123 0 53 425 107 42
Binary 1100100 11001 10010010 100000 1010011 0 101011 100010101 1000111 100010

Color Harmonies of #641992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641992

Black with #641992

Text Example


Text Example

White with #641992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641992; }

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

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

background-color css

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

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

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

border-color css

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

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

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