Html Css Color HEX #512481 Kingfisher Daisy

📋 copy color: '#512481'

red 81 ◦ green 36 ◦ blue 129

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

Shades of Kingfisher Daisy #512481

Tints of Kingfisher Daisy #512481

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.63%

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

R = 32.93%
G = 14.63%
B = 52.44%

CMYK

 C value IS 0.37

 M value IS 0.72

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#512481 (or 0x512481) is known color: Kingfisher Daisy. HEX triplet: 51, 24 and 81. RGB value is (81,36,129). Sum of RGB (Red+Green+Blue) = 81+36+129=246 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.93% from 246); Green value is 36 (14.45% from 255 or 14.63% from 246); Blue value is 129 (50.78% from 255 or 52.44% from 246); Max value from RGB is 129 - color contains mainly: blue. Hex color #512481 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512481 is #AEDB7E. Grayscale: #3B3B3B. Windows color (decimal): -11459455 or 8463441. OLE color: 8463441.

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

Color convert

RGB 81 36 129 -
CMYK 0.37 0.72 0 0.49
HSL 269.03º 0.56% 0.32% -
HSV(B) 269.03º 0.72% 0.51% -
XYZ 7.99 4.6 21.24 -
YUV 60.06 166.91 142.94 -
System Red Green Blue C M Y K H S L
Decimal 81 36 129 0.37 0.72 0 0.49 269.03 0.56 0.32
Hex 51 24 81 25 48 0 31 10D 38 20
Octal 121 44 201 45 110 0 61 415 70 40
Binary 1010001 100100 10000001 100101 1001000 0 110001 100001101 111000 100000

Color Harmonies of #512481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512481

Black with #512481

Text Example


Text Example

White with #512481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512481; }

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

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

background-color css

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

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

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

border-color css

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

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

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