Html Css Color HEX #541C8E Kingfisher Daisy

📋 copy color: '#541C8E'

red 84 ◦ green 28 ◦ blue 142

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

Shades of Kingfisher Daisy #541C8E

Tints of Kingfisher Daisy #541C8E

RGB

 RED value IS 84 (33.2% from 255) = 33.07%

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

 BLUE value IS 142 (55.86% from 255) = 55.91%

R = 33.07%
G = 11.02%
B = 55.91%

CMYK

 C value IS 0.41

 M value IS 0.80

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#541C8E (or 0x541C8E) is known color: Kingfisher Daisy. HEX triplet: 54, 1C and 8E. RGB value is (84,28,142). Sum of RGB (Red+Green+Blue) = 84+28+142=254 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.07% from 254); Green value is 28 (11.33% from 255 or 11.02% from 254); Blue value is 142 (55.86% from 255 or 55.91% from 254); Max value from RGB is 142 - color contains mainly: blue. Hex color #541C8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #541C8E is #ABE371. Grayscale: #393939. Windows color (decimal): -11264882 or 9313364. OLE color: 9313364.

HSL color Cylindrical-coordinate representation of color #541C8E: hue angle of 269.47º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #541C8E is Cyan = 0.41, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 84 28 142 -
CMYK 0.41 0.80 0 0.44
HSL 269.47º 0.67% 0.33% -
HSV(B) 269.47º 0.8% 0.56% -
XYZ 8.95 4.67 26.02 -
YUV 57.74 175.55 146.73 -
System Red Green Blue C M Y K H S L
Decimal 84 28 142 0.41 0.80 0 0.44 269.47 0.67 0.33
Hex 54 1C 8E 29 50 0 2C 10D 43 21
Octal 124 34 216 51 120 0 54 415 103 41
Binary 1010100 11100 10001110 101001 1010000 0 101100 100001101 1000011 100001

Color Harmonies of #541C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541C8E

Black with #541C8E

Text Example


Text Example

White with #541C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541C8E; }

 p { color: rgb(84,28,142); }

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

background-color css

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

 a { background-color: rgb(84,28,142); }

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

border-color css

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

 span { border-color: rgb(84,28,142); }

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