Html Css Color HEX #641A8A Kingfisher Daisy

📋 copy color: '#641A8A'

red 100 ◦ green 26 ◦ blue 138

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

Shades of Kingfisher Daisy #641A8A

Tints of Kingfisher Daisy #641A8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 52.27%

R = 37.88%
G = 9.85%
B = 52.27%

CMYK

 C value IS 0.28

 M value IS 0.81

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#641A8A (or 0x641A8A) is known color: Kingfisher Daisy. HEX triplet: 64, 1A and 8A. RGB value is (100,26,138). Sum of RGB (Red+Green+Blue) = 100+26+138=264 (34% of max value = 765). Red value is 100 (39.45% from 255 or 37.88% from 264); Green value is 26 (10.55% from 255 or 9.85% from 264); Blue value is 138 (54.30% from 255 or 52.27% from 264); Max value from RGB is 138 - color contains mainly: blue. Hex color #641A8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #641A8A is #9BE575. Grayscale: #3C3C3C. Windows color (decimal): -10216822 or 9050724. OLE color: 9050724.

HSL color Cylindrical-coordinate representation of color #641A8A: hue angle of 279.64º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #641A8A is Cyan = 0.28, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 100 26 138 -
CMYK 0.28 0.81 0 0.46
HSL 279.64º 0.68% 0.32% -
HSV(B) 279.64º 0.81% 0.54% -
XYZ 10.21 5.28 24.53 -
YUV 60.89 171.52 155.89 -
System Red Green Blue C M Y K H S L
Decimal 100 26 138 0.28 0.81 0 0.46 279.64 0.68 0.32
Hex 64 1A 8A 1C 51 0 2E 118 44 20
Octal 144 32 212 34 121 0 56 430 104 40
Binary 1100100 11010 10001010 11100 1010001 0 101110 100011000 1000100 100000

Color Harmonies of #641A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641A8A

Black with #641A8A

Text Example


Text Example

White with #641A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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