Html Css Color HEX #513181 Kingfisher Daisy

📋 copy color: '#513181'

red 81 ◦ green 49 ◦ blue 129

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

Shades of Kingfisher Daisy #513181

Tints of Kingfisher Daisy #513181

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.92%

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

R = 31.27%
G = 18.92%
B = 49.81%

CMYK

 C value IS 0.37

 M value IS 0.62

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#513181 (or 0x513181) is known color: Kingfisher Daisy. HEX triplet: 51, 31 and 81. RGB value is (81,49,129). Sum of RGB (Red+Green+Blue) = 81+49+129=259 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.27% from 259); Green value is 49 (19.53% from 255 or 18.92% from 259); Blue value is 129 (50.78% from 255 or 49.81% from 259); Max value from RGB is 129 - color contains mainly: blue. Hex color #513181 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513181 is #AECE7E. Grayscale: #434343. Windows color (decimal): -11456127 or 8466769. OLE color: 8466769.

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

Color convert

RGB 81 49 129 -
CMYK 0.37 0.62 0 0.49
HSL 264º 0.45% 0.35% -
HSV(B) 264º 0.62% 0.51% -
XYZ 8.45 5.53 21.39 -
YUV 67.69 162.6 137.5 -
System Red Green Blue C M Y K H S L
Decimal 81 49 129 0.37 0.62 0 0.49 264 0.45 0.35
Hex 51 31 81 25 3E 0 31 108 2D 23
Octal 121 61 201 45 76 0 61 410 55 43
Binary 1010001 110001 10000001 100101 111110 0 110001 100001000 101101 100011

Color Harmonies of #513181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513181

Black with #513181

Text Example


Text Example

White with #513181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513181; }

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

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

background-color css

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

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

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

border-color css

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

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

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