Html Css Color HEX #4E1C95 Kingfisher Daisy

📋 copy color: '#4E1C95'

red 78 ◦ green 28 ◦ blue 149

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

Shades of Kingfisher Daisy #4E1C95

Tints of Kingfisher Daisy #4E1C95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 58.43%

R = 30.59%
G = 10.98%
B = 58.43%

CMYK

 C value IS 0.48

 M value IS 0.81

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#4E1C95 (or 0x4E1C95) is known color: Kingfisher Daisy. HEX triplet: 4E, 1C and 95. RGB value is (78,28,149). Sum of RGB (Red+Green+Blue) = 78+28+149=255 (33% of max value = 765). Red value is 78 (30.86% from 255 or 30.59% from 255); Green value is 28 (11.33% from 255 or 10.98% from 255); Blue value is 149 (58.59% from 255 or 58.43% from 255); Max value from RGB is 149 - color contains mainly: blue. Hex color #4E1C95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E1C95 is #B1E36A. Grayscale: #383838. Windows color (decimal): -11658091 or 9772110. OLE color: 9772110.

HSL color Cylindrical-coordinate representation of color #4E1C95: hue angle of 264.79º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4E1C95 is Cyan = 0.48, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 78 28 149 -
CMYK 0.48 0.81 0 0.42
HSL 264.79º 0.68% 0.35% -
HSV(B) 264.79º 0.81% 0.58% -
XYZ 8.98 4.62 28.85 -
YUV 56.74 180.07 143.16 -
System Red Green Blue C M Y K H S L
Decimal 78 28 149 0.48 0.81 0 0.42 264.79 0.68 0.35
Hex 4E 1C 95 30 51 0 2A 109 44 23
Octal 116 34 225 60 121 0 52 411 104 43
Binary 1001110 11100 10010101 110000 1010001 0 101010 100001001 1000100 100011

Color Harmonies of #4E1C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E1C95

Black with #4E1C95

Text Example


Text Example

White with #4E1C95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,28,149); }

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

background-color css

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

 a { background-color: rgb(78,28,149); }

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

border-color css

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

 span { border-color: rgb(78,28,149); }

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