Html Css Color HEX #51218F Kingfisher Daisy

📋 copy color: '#51218F'

red 81 ◦ green 33 ◦ blue 143

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

Shades of Kingfisher Daisy #51218F

Tints of Kingfisher Daisy #51218F

RGB

 RED value IS 81 (32.03% from 255) = 31.52%

 GREEN value IS 33 (13.28% from 255) = 12.84%

 BLUE value IS 143 (56.25% from 255) = 55.64%

R = 31.52%
G = 12.84%
B = 55.64%

CMYK

 C value IS 0.43

 M value IS 0.77

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#51218F (or 0x51218F) is known color: Kingfisher Daisy. HEX triplet: 51, 21 and 8F. RGB value is (81,33,143). Sum of RGB (Red+Green+Blue) = 81+33+143=257 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.52% from 257); Green value is 33 (13.28% from 255 or 12.84% from 257); Blue value is 143 (56.25% from 255 or 55.64% from 257); Max value from RGB is 143 - color contains mainly: blue. Hex color #51218F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #51218F is #AEDE70. Grayscale: #3B3B3B. Windows color (decimal): -11460209 or 9380177. OLE color: 9380177.

HSL color Cylindrical-coordinate representation of color #51218F: hue angle of 266.18º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #51218F is Cyan = 0.43, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 81 33 143 -
CMYK 0.43 0.77 0 0.44
HSL 266.18º 0.63% 0.35% -
HSV(B) 266.18º 0.77% 0.56% -
XYZ 8.9 4.82 26.45 -
YUV 59.89 174.9 143.06 -
System Red Green Blue C M Y K H S L
Decimal 81 33 143 0.43 0.77 0 0.44 266.18 0.63 0.35
Hex 51 21 8F 2B 4D 0 2C 10A 3E 23
Octal 121 41 217 53 115 0 54 412 76 43
Binary 1010001 100001 10001111 101011 1001101 0 101100 100001010 111110 100011

Color Harmonies of #51218F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51218F

Black with #51218F

Text Example


Text Example

White with #51218F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51218F; }

 p { color: rgb(81,33,143); }

 H1.HeaderClassName
 {
   color: #51218F;
 }
 .AnyTagClassName
 {
   color: #51218F;
 }
</style>

background-color css

<style>
 a { background-color: #51218F; }

 a { background-color: rgb(81,33,143); }

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

border-color css

<style>
 span { border-color: #51218F; }

 span { border-color: rgb(81,33,143); }

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