Html Css Color HEX #541C9B Kingfisher Daisy

📋 copy color: '#541C9B'

red 84 ◦ green 28 ◦ blue 155

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

Shades of Kingfisher Daisy #541C9B

Tints of Kingfisher Daisy #541C9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 58.05%

R = 31.46%
G = 10.49%
B = 58.05%

CMYK

 C value IS 0.46

 M value IS 0.82

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#541C9B (or 0x541C9B) is known color: Kingfisher Daisy. HEX triplet: 54, 1C and 9B. RGB value is (84,28,155). Sum of RGB (Red+Green+Blue) = 84+28+155=267 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.46% from 267); Green value is 28 (11.33% from 255 or 10.49% from 267); Blue value is 155 (60.94% from 255 or 58.05% from 267); Max value from RGB is 155 - color contains mainly: blue. Hex color #541C9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #541C9B is #ABE364. Grayscale: #3A3A3A. Windows color (decimal): -11264869 or 10165332. OLE color: 10165332.

HSL color Cylindrical-coordinate representation of color #541C9B: hue angle of 266.46º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #541C9B is Cyan = 0.46, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 84 28 155 -
CMYK 0.46 0.82 0 0.39
HSL 266.46º 0.69% 0.36% -
HSV(B) 266.46º 0.82% 0.61% -
XYZ 9.99 5.08 31.46 -
YUV 59.22 182.05 145.67 -
System Red Green Blue C M Y K H S L
Decimal 84 28 155 0.46 0.82 0 0.39 266.46 0.69 0.36
Hex 54 1C 9B 2E 52 0 27 10A 45 24
Octal 124 34 233 56 122 0 47 412 105 44
Binary 1010100 11100 10011011 101110 1010010 0 100111 100001010 1000101 100100

Color Harmonies of #541C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541C9B

Black with #541C9B

Text Example


Text Example

White with #541C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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