Html Css Color HEX #642191 Kingfisher Daisy

📋 copy color: '#642191'

red 100 ◦ green 33 ◦ blue 145

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

Shades of Kingfisher Daisy #642191

Tints of Kingfisher Daisy #642191

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.87%

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

R = 35.97%
G = 11.87%
B = 52.16%

CMYK

 C value IS 0.31

 M value IS 0.77

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#642191 (or 0x642191) is known color: Kingfisher Daisy. HEX triplet: 64, 21 and 91. RGB value is (100,33,145). Sum of RGB (Red+Green+Blue) = 100+33+145=278 (36% of max value = 765). Red value is 100 (39.45% from 255 or 35.97% from 278); Green value is 33 (13.28% from 255 or 11.87% from 278); Blue value is 145 (57.03% from 255 or 52.16% from 278); Max value from RGB is 145 - color contains mainly: blue. Hex color #642191 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642191 is #9BDE6E. Grayscale: #414141. Windows color (decimal): -10215023 or 9511268. OLE color: 9511268.

HSL color Cylindrical-coordinate representation of color #642191: hue angle of 275.89º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #642191 is Cyan = 0.31, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 100 33 145 -
CMYK 0.31 0.77 0 0.43
HSL 275.89º 0.63% 0.35% -
HSV(B) 275.89º 0.77% 0.57% -
XYZ 10.91 5.84 27.34 -
YUV 65.8 172.7 152.39 -
System Red Green Blue C M Y K H S L
Decimal 100 33 145 0.31 0.77 0 0.43 275.89 0.63 0.35
Hex 64 21 91 1F 4D 0 2B 114 3F 23
Octal 144 41 221 37 115 0 53 424 77 43
Binary 1100100 100001 10010001 11111 1001101 0 101011 100010100 111111 100011

Color Harmonies of #642191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642191

Black with #642191

Text Example


Text Example

White with #642191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642191; }

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

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

background-color css

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

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

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

border-color css

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

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

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