Html Css Color HEX #512591 Kingfisher Daisy

📋 copy color: '#512591'

red 81 ◦ green 37 ◦ blue 145

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

Shades of Kingfisher Daisy #512591

Tints of Kingfisher Daisy #512591

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.07%

 BLUE value IS 145 (57.03% from 255) = 55.13%

R = 30.8%
G = 14.07%
B = 55.13%

CMYK

 C value IS 0.44

 M value IS 0.74

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#512591 (or 0x512591) is known color: Kingfisher Daisy. HEX triplet: 51, 25 and 91. RGB value is (81,37,145). Sum of RGB (Red+Green+Blue) = 81+37+145=263 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.80% from 263); Green value is 37 (14.84% from 255 or 14.07% from 263); Blue value is 145 (57.03% from 255 or 55.13% from 263); Max value from RGB is 145 - color contains mainly: blue. Hex color #512591 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512591 is #AEDA6E. Grayscale: #3E3E3E. Windows color (decimal): -11459183 or 9512273. OLE color: 9512273.

HSL color Cylindrical-coordinate representation of color #512591: hue angle of 264.44º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #512591 is Cyan = 0.44, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 81 37 145 -
CMYK 0.44 0.74 0 0.43
HSL 264.44º 0.59% 0.36% -
HSV(B) 264.44º 0.74% 0.57% -
XYZ 9.17 5.12 27.29 -
YUV 62.47 174.58 141.22 -
System Red Green Blue C M Y K H S L
Decimal 81 37 145 0.44 0.74 0 0.43 264.44 0.59 0.36
Hex 51 25 91 2C 4A 0 2B 108 3B 24
Octal 121 45 221 54 112 0 53 410 73 44
Binary 1010001 100101 10010001 101100 1001010 0 101011 100001000 111011 100100

Color Harmonies of #512591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512591

Black with #512591

Text Example


Text Example

White with #512591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512591; }

 p { color: rgb(81,37,145); }

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

background-color css

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

 a { background-color: rgb(81,37,145); }

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

border-color css

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

 span { border-color: rgb(81,37,145); }

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