Html Css Color HEX #512381 Kingfisher Daisy

📋 copy color: '#512381'

red 81 ◦ green 35 ◦ blue 129

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

Shades of Kingfisher Daisy #512381

Tints of Kingfisher Daisy #512381

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.29%

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

R = 33.06%
G = 14.29%
B = 52.65%

CMYK

 C value IS 0.37

 M value IS 0.73

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#512381 (or 0x512381) is known color: Kingfisher Daisy. HEX triplet: 51, 23 and 81. RGB value is (81,35,129). Sum of RGB (Red+Green+Blue) = 81+35+129=245 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.06% from 245); Green value is 35 (14.06% from 255 or 14.29% from 245); Blue value is 129 (50.78% from 255 or 52.65% from 245); Max value from RGB is 129 - color contains mainly: blue. Hex color #512381 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512381 is #AEDC7E. Grayscale: #3B3B3B. Windows color (decimal): -11459711 or 8463185. OLE color: 8463185.

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

Color convert

RGB 81 35 129 -
CMYK 0.37 0.73 0 0.49
HSL 269.36º 0.57% 0.32% -
HSV(B) 269.36º 0.73% 0.51% -
XYZ 7.96 4.54 21.23 -
YUV 59.47 167.24 143.36 -
System Red Green Blue C M Y K H S L
Decimal 81 35 129 0.37 0.73 0 0.49 269.36 0.57 0.32
Hex 51 23 81 25 49 0 31 10D 39 20
Octal 121 43 201 45 111 0 61 415 71 40
Binary 1010001 100011 10000001 100101 1001001 0 110001 100001101 111001 100000

Color Harmonies of #512381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512381

Black with #512381

Text Example


Text Example

White with #512381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512381; }

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

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

background-color css

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

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

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

border-color css

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

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

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