Html Css Color HEX #54238D Kingfisher Daisy

📋 copy color: '#54238D'

red 84 ◦ green 35 ◦ blue 141

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

Shades of Kingfisher Daisy #54238D

Tints of Kingfisher Daisy #54238D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.46%

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

R = 32.31%
G = 13.46%
B = 54.23%

CMYK

 C value IS 0.40

 M value IS 0.75

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#54238D (or 0x54238D) is known color: Kingfisher Daisy. HEX triplet: 54, 23 and 8D. RGB value is (84,35,141). Sum of RGB (Red+Green+Blue) = 84+35+141=260 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.31% from 260); Green value is 35 (14.06% from 255 or 13.46% from 260); Blue value is 141 (55.47% from 255 or 54.23% from 260); Max value from RGB is 141 - color contains mainly: blue. Hex color #54238D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #54238D is #ABDC72. Grayscale: #3D3D3D. Windows color (decimal): -11263091 or 9249620. OLE color: 9249620.

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

Color convert

RGB 84 35 141 -
CMYK 0.40 0.75 0 0.45
HSL 267.74º 0.6% 0.35% -
HSV(B) 267.74º 0.75% 0.55% -
XYZ 9.06 5.01 25.69 -
YUV 61.74 172.73 143.88 -
System Red Green Blue C M Y K H S L
Decimal 84 35 141 0.40 0.75 0 0.45 267.74 0.6 0.35
Hex 54 23 8D 28 4B 0 2D 10C 3C 23
Octal 124 43 215 50 113 0 55 414 74 43
Binary 1010100 100011 10001101 101000 1001011 0 101101 100001100 111100 100011

Color Harmonies of #54238D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54238D

Black with #54238D

Text Example


Text Example

White with #54238D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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