Html Css Color HEX #54278D Kingfisher Daisy

📋 copy color: '#54278D'

red 84 ◦ green 39 ◦ blue 141

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

Shades of Kingfisher Daisy #54278D

Tints of Kingfisher Daisy #54278D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.77%

 BLUE value IS 141 (55.47% from 255) = 53.41%

R = 31.82%
G = 14.77%
B = 53.41%

CMYK

 C value IS 0.40

 M value IS 0.72

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#54278D (or 0x54278D) is known color: Kingfisher Daisy. HEX triplet: 54, 27 and 8D. RGB value is (84,39,141). Sum of RGB (Red+Green+Blue) = 84+39+141=264 (34% of max value = 765). Red value is 84 (33.20% from 255 or 31.82% from 264); Green value is 39 (15.62% from 255 or 14.77% from 264); Blue value is 141 (55.47% from 255 or 53.41% from 264); Max value from RGB is 141 - color contains mainly: blue. Hex color #54278D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #54278D is #ABD872. Grayscale: #3F3F3F. Windows color (decimal): -11262067 or 9250644. OLE color: 9250644.

HSL color Cylindrical-coordinate representation of color #54278D: hue angle of 266.47º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #54278D is Cyan = 0.40, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 84 39 141 -
CMYK 0.40 0.72 0 0.45
HSL 266.47º 0.57% 0.35% -
HSV(B) 266.47º 0.72% 0.55% -
XYZ 9.19 5.26 25.73 -
YUV 64.08 171.41 142.21 -
System Red Green Blue C M Y K H S L
Decimal 84 39 141 0.40 0.72 0 0.45 266.47 0.57 0.35
Hex 54 27 8D 28 48 0 2D 10A 39 23
Octal 124 47 215 50 110 0 55 412 71 43
Binary 1010100 100111 10001101 101000 1001000 0 101101 100001010 111001 100011

Color Harmonies of #54278D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54278D

Black with #54278D

Text Example


Text Example

White with #54278D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54278D; }

 p { color: rgb(84,39,141); }

 H1.HeaderClassName
 {
   color: #54278D;
 }
 .AnyTagClassName
 {
   color: #54278D;
 }
</style>

background-color css

<style>
 a { background-color: #54278D; }

 a { background-color: rgb(84,39,141); }

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

border-color css

<style>
 span { border-color: #54278D; }

 span { border-color: rgb(84,39,141); }

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