Html Css Color HEX #513081 Kingfisher Daisy

📋 copy color: '#513081'

red 81 ◦ green 48 ◦ blue 129

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

Shades of Kingfisher Daisy #513081

Tints of Kingfisher Daisy #513081

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.6%

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

R = 31.4%
G = 18.6%
B = 50%

CMYK

 C value IS 0.37

 M value IS 0.63

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#513081 (or 0x513081) is known color: Kingfisher Daisy. HEX triplet: 51, 30 and 81. RGB value is (81,48,129). Sum of RGB (Red+Green+Blue) = 81+48+129=258 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.40% from 258); Green value is 48 (19.14% from 255 or 18.60% 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 #513081 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513081 is #AECF7E. Grayscale: #424242. Windows color (decimal): -11456383 or 8466513. OLE color: 8466513.

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

Color convert

RGB 81 48 129 -
CMYK 0.37 0.63 0 0.49
HSL 264.44º 0.46% 0.35% -
HSV(B) 264.44º 0.63% 0.51% -
XYZ 8.41 5.45 21.38 -
YUV 67.1 162.93 137.91 -
System Red Green Blue C M Y K H S L
Decimal 81 48 129 0.37 0.63 0 0.49 264.44 0.46 0.35
Hex 51 30 81 25 3F 0 31 108 2E 23
Octal 121 60 201 45 77 0 61 410 56 43
Binary 1010001 110000 10000001 100101 111111 0 110001 100001000 101110 100011

Color Harmonies of #513081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513081

Black with #513081

Text Example


Text Example

White with #513081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513081; }

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

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

background-color css

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

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

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

border-color css

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

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

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