Html Css Color HEX #513981 Kingfisher Daisy

📋 copy color: '#513981'

red 81 ◦ green 57 ◦ blue 129

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

Shades of Kingfisher Daisy #513981

Tints of Kingfisher Daisy #513981

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.35%

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

R = 30.34%
G = 21.35%
B = 48.31%

CMYK

 C value IS 0.37

 M value IS 0.56

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#513981 (or 0x513981) is known color: Kingfisher Daisy. HEX triplet: 51, 39 and 81. RGB value is (81,57,129). Sum of RGB (Red+Green+Blue) = 81+57+129=267 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.34% from 267); Green value is 57 (22.66% from 255 or 21.35% from 267); Blue value is 129 (50.78% from 255 or 48.31% from 267); Max value from RGB is 129 - color contains mainly: blue. Hex color #513981 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513981 is #AEC67E. Grayscale: #484848. Windows color (decimal): -11454079 or 8468817. OLE color: 8468817.

HSL color Cylindrical-coordinate representation of color #513981: hue angle of 260º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #513981 is Cyan = 0.37, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 81 57 129 -
CMYK 0.37 0.56 0 0.49
HSL 260º 0.39% 0.36% -
HSV(B) 260º 0.56% 0.51% -
XYZ 8.82 6.26 21.51 -
YUV 72.38 159.95 134.15 -
System Red Green Blue C M Y K H S L
Decimal 81 57 129 0.37 0.56 0 0.49 260 0.39 0.36
Hex 51 39 81 25 38 0 31 104 27 24
Octal 121 71 201 45 70 0 61 404 47 44
Binary 1010001 111001 10000001 100101 111000 0 110001 100000100 100111 100100

Color Harmonies of #513981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513981

Black with #513981

Text Example


Text Example

White with #513981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513981; }

 p { color: rgb(81,57,129); }

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

background-color css

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

 a { background-color: rgb(81,57,129); }

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

border-color css

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

 span { border-color: rgb(81,57,129); }

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