Html Css Color HEX #4E2C8D Kingfisher Daisy

📋 copy color: '#4E2C8D'

red 78 ◦ green 44 ◦ blue 141

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

Shades of Kingfisher Daisy #4E2C8D

Tints of Kingfisher Daisy #4E2C8D

RGB

 RED value IS 78 (30.86% from 255) = 29.66%

 GREEN value IS 44 (17.58% from 255) = 16.73%

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

R = 29.66%
G = 16.73%
B = 53.61%

CMYK

 C value IS 0.45

 M value IS 0.69

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4E2C8D (or 0x4E2C8D) is known color: Kingfisher Daisy. HEX triplet: 4E, 2C and 8D. RGB value is (78,44,141). Sum of RGB (Red+Green+Blue) = 78+44+141=263 (34% of max value = 765). Red value is 78 (30.86% from 255 or 29.66% from 263); Green value is 44 (17.58% from 255 or 16.73% from 263); Blue value is 141 (55.47% from 255 or 53.61% from 263); Max value from RGB is 141 - color contains mainly: blue. Hex color #4E2C8D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E2C8D is #B1D372. Grayscale: #404040. Windows color (decimal): -11654003 or 9251918. OLE color: 9251918.

HSL color Cylindrical-coordinate representation of color #4E2C8D: hue angle of 261.03º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4E2C8D is Cyan = 0.45, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 78 44 141 -
CMYK 0.45 0.69 0 0.45
HSL 261.03º 0.52% 0.36% -
HSV(B) 261.03º 0.69% 0.55% -
XYZ 8.85 5.34 25.76 -
YUV 65.22 170.76 137.11 -
System Red Green Blue C M Y K H S L
Decimal 78 44 141 0.45 0.69 0 0.45 261.03 0.52 0.36
Hex 4E 2C 8D 2D 45 0 2D 105 34 24
Octal 116 54 215 55 105 0 55 405 64 44
Binary 1001110 101100 10001101 101101 1000101 0 101101 100000101 110100 100100

Color Harmonies of #4E2C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E2C8D

Black with #4E2C8D

Text Example


Text Example

White with #4E2C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4E2C8D; }

 p { color: rgb(78,44,141); }

 H1.HeaderClassName
 {
   color: #4E2C8D;
 }
 .AnyTagClassName
 {
   color: #4E2C8D;
 }
</style>

background-color css

<style>
 a { background-color: #4E2C8D; }

 a { background-color: rgb(78,44,141); }

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

border-color css

<style>
 span { border-color: #4E2C8D; }

 span { border-color: rgb(78,44,141); }

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