Html Css Color HEX #4F1D8D Kingfisher Daisy

📋 copy color: '#4F1D8D'

red 79 ◦ green 29 ◦ blue 141

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

Shades of Kingfisher Daisy #4F1D8D

Tints of Kingfisher Daisy #4F1D8D

RGB

 RED value IS 79 (31.25% from 255) = 31.73%

 GREEN value IS 29 (11.72% from 255) = 11.65%

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

R = 31.73%
G = 11.65%
B = 56.63%

CMYK

 C value IS 0.44

 M value IS 0.79

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4F1D8D (or 0x4F1D8D) is known color: Kingfisher Daisy. HEX triplet: 4F, 1D and 8D. RGB value is (79,29,141). Sum of RGB (Red+Green+Blue) = 79+29+141=249 (32% of max value = 765). Red value is 79 (31.25% from 255 or 31.73% from 249); Green value is 29 (11.72% from 255 or 11.65% from 249); Blue value is 141 (55.47% from 255 or 56.63% from 249); Max value from RGB is 141 - color contains mainly: blue. Hex color #4F1D8D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F1D8D is #B0E272. Grayscale: #383838. Windows color (decimal): -11592307 or 9248079. OLE color: 9248079.

HSL color Cylindrical-coordinate representation of color #4F1D8D: hue angle of 266.79º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4F1D8D is Cyan = 0.44, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 79 29 141 -
CMYK 0.44 0.79 0 0.45
HSL 266.79º 0.66% 0.33% -
HSV(B) 266.79º 0.79% 0.55% -
XYZ 8.47 4.46 25.61 -
YUV 56.72 175.57 143.89 -
System Red Green Blue C M Y K H S L
Decimal 79 29 141 0.44 0.79 0 0.45 266.79 0.66 0.33
Hex 4F 1D 8D 2C 4F 0 2D 10B 42 21
Octal 117 35 215 54 117 0 55 413 102 41
Binary 1001111 11101 10001101 101100 1001111 0 101101 100001011 1000010 100001

Color Harmonies of #4F1D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F1D8D

Black with #4F1D8D

Text Example


Text Example

White with #4F1D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,29,141); }

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

background-color css

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

 a { background-color: rgb(79,29,141); }

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

border-color css

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

 span { border-color: rgb(79,29,141); }

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