Html Css Color HEX #641A85 Kingfisher Daisy

📋 copy color: '#641A85'

red 100 ◦ green 26 ◦ blue 133

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

Shades of Kingfisher Daisy #641A85

Tints of Kingfisher Daisy #641A85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 51.35%

R = 38.61%
G = 10.04%
B = 51.35%

CMYK

 C value IS 0.25

 M value IS 0.80

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#641A85 (or 0x641A85) is known color: Kingfisher Daisy. HEX triplet: 64, 1A and 85. RGB value is (100,26,133). Sum of RGB (Red+Green+Blue) = 100+26+133=259 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.61% from 259); Green value is 26 (10.55% from 255 or 10.04% from 259); Blue value is 133 (52.34% from 255 or 51.35% from 259); Max value from RGB is 133 - color contains mainly: blue. Hex color #641A85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #641A85 is #9BE57A. Grayscale: #3B3B3B. Windows color (decimal): -10216827 or 8723044. OLE color: 8723044.

HSL color Cylindrical-coordinate representation of color #641A85: hue angle of 281.5º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #641A85 is Cyan = 0.25, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 100 26 133 -
CMYK 0.25 0.80 0 0.48
HSL 281.5º 0.67% 0.31% -
HSV(B) 281.5º 0.8% 0.52% -
XYZ 9.86 5.14 22.66 -
YUV 60.32 169.02 156.3 -
System Red Green Blue C M Y K H S L
Decimal 100 26 133 0.25 0.80 0 0.48 281.5 0.67 0.31
Hex 64 1A 85 19 50 0 30 119 43 1F
Octal 144 32 205 31 120 0 60 431 103 37
Binary 1100100 11010 10000101 11001 1010000 0 110000 100011001 1000011 11111

Color Harmonies of #641A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641A85

Black with #641A85

Text Example


Text Example

White with #641A85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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