Html Css Color HEX #511F8A Kingfisher Daisy

📋 copy color: '#511F8A'

red 81 ◦ green 31 ◦ blue 138

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

Shades of Kingfisher Daisy #511F8A

Tints of Kingfisher Daisy #511F8A

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.4%

 BLUE value IS 138 (54.3% from 255) = 55.2%

R = 32.4%
G = 12.4%
B = 55.2%

CMYK

 C value IS 0.41

 M value IS 0.78

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#511F8A (or 0x511F8A) is known color: Kingfisher Daisy. HEX triplet: 51, 1F and 8A. RGB value is (81,31,138). Sum of RGB (Red+Green+Blue) = 81+31+138=250 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.4% from 250); Green value is 31 (12.5% from 255 or 12.4% from 250); Blue value is 138 (54.30% from 255 or 55.2% from 250); Max value from RGB is 138 - color contains mainly: blue. Hex color #511F8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #511F8A is #AEE075. Grayscale: #393939. Windows color (decimal): -11460726 or 9051985. OLE color: 9051985.

HSL color Cylindrical-coordinate representation of color #511F8A: hue angle of 268.04º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #511F8A is Cyan = 0.41, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 81 31 138 -
CMYK 0.41 0.78 0 0.46
HSL 268.04º 0.63% 0.33% -
HSV(B) 268.04º 0.78% 0.54% -
XYZ 8.47 4.56 24.48 -
YUV 58.15 173.07 144.3 -
System Red Green Blue C M Y K H S L
Decimal 81 31 138 0.41 0.78 0 0.46 268.04 0.63 0.33
Hex 51 1F 8A 29 4E 0 2E 10C 3F 21
Octal 121 37 212 51 116 0 56 414 77 41
Binary 1010001 11111 10001010 101001 1001110 0 101110 100001100 111111 100001

Color Harmonies of #511F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511F8A

Black with #511F8A

Text Example


Text Example

White with #511F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511F8A; }

 p { color: rgb(81,31,138); }

 H1.HeaderClassName
 {
   color: #511F8A;
 }
 .AnyTagClassName
 {
   color: #511F8A;
 }
</style>

background-color css

<style>
 a { background-color: #511F8A; }

 a { background-color: rgb(81,31,138); }

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

border-color css

<style>
 span { border-color: #511F8A; }

 span { border-color: rgb(81,31,138); }

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