Html Css Color HEX #4F3281 Kingfisher Daisy

📋 copy color: '#4F3281'

red 79 ◦ green 50 ◦ blue 129

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

Shades of Kingfisher Daisy #4F3281

Tints of Kingfisher Daisy #4F3281

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.38%

 BLUE value IS 129 (50.78% from 255) = 50%

R = 30.62%
G = 19.38%
B = 50%

CMYK

 C value IS 0.39

 M value IS 0.61

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#4F3281 (or 0x4F3281) is known color: Kingfisher Daisy. HEX triplet: 4F, 32 and 81. RGB value is (79,50,129). Sum of RGB (Red+Green+Blue) = 79+50+129=258 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.62% from 258); Green value is 50 (19.92% from 255 or 19.38% from 258); Blue value is 129 (50.78% from 255 or 50% from 258); Max value from RGB is 129 - color contains mainly: blue. Hex color #4F3281 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F3281 is #B0CD7E. Grayscale: #434343. Windows color (decimal): -11586943 or 8467023. OLE color: 8467023.

HSL color Cylindrical-coordinate representation of color #4F3281: hue angle of 262.03º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4F3281 is Cyan = 0.39, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 79 50 129 -
CMYK 0.39 0.61 0 0.49
HSL 262.03º 0.44% 0.35% -
HSV(B) 262.03º 0.61% 0.51% -
XYZ 8.33 5.53 21.4 -
YUV 67.68 162.61 136.08 -
System Red Green Blue C M Y K H S L
Decimal 79 50 129 0.39 0.61 0 0.49 262.03 0.44 0.35
Hex 4F 32 81 27 3D 0 31 106 2C 23
Octal 117 62 201 47 75 0 61 406 54 43
Binary 1001111 110010 10000001 100111 111101 0 110001 100000110 101100 100011

Color Harmonies of #4F3281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F3281

Black with #4F3281

Text Example


Text Example

White with #4F3281

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,50,129); }

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

background-color css

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

 a { background-color: rgb(79,50,129); }

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

border-color css

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

 span { border-color: rgb(79,50,129); }

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