Html Css Color HEX #641C87 Kingfisher Daisy

📋 copy color: '#641C87'

red 100 ◦ green 28 ◦ blue 135

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

Shades of Kingfisher Daisy #641C87

Tints of Kingfisher Daisy #641C87

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.65%

 BLUE value IS 135 (53.13% from 255) = 51.33%

R = 38.02%
G = 10.65%
B = 51.33%

CMYK

 C value IS 0.26

 M value IS 0.79

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#641C87 (or 0x641C87) is known color: Kingfisher Daisy. HEX triplet: 64, 1C and 87. RGB value is (100,28,135). Sum of RGB (Red+Green+Blue) = 100+28+135=263 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.02% from 263); Green value is 28 (11.33% from 255 or 10.65% from 263); Blue value is 135 (53.12% from 255 or 51.33% from 263); Max value from RGB is 135 - color contains mainly: blue. Hex color #641C87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #641C87 is #9BE378. Grayscale: #3D3D3D. Windows color (decimal): -10216313 or 8854628. OLE color: 8854628.

HSL color Cylindrical-coordinate representation of color #641C87: hue angle of 280.37º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #641C87 is Cyan = 0.26, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 100 28 135 -
CMYK 0.26 0.79 0 0.47
HSL 280.37º 0.66% 0.32% -
HSV(B) 280.37º 0.79% 0.53% -
XYZ 10.04 5.29 23.41 -
YUV 61.73 169.35 155.3 -
System Red Green Blue C M Y K H S L
Decimal 100 28 135 0.26 0.79 0 0.47 280.37 0.66 0.32
Hex 64 1C 87 1A 4F 0 2F 118 42 20
Octal 144 34 207 32 117 0 57 430 102 40
Binary 1100100 11100 10000111 11010 1001111 0 101111 100011000 1000010 100000

Color Harmonies of #641C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641C87

Black with #641C87

Text Example


Text Example

White with #641C87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,28,135); }

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

background-color css

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

 a { background-color: rgb(100,28,135); }

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

border-color css

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

 span { border-color: rgb(100,28,135); }

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