Html Css Color HEX #512791 Kingfisher Daisy

📋 copy color: '#512791'

red 81 ◦ green 39 ◦ blue 145

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

Shades of Kingfisher Daisy #512791

Tints of Kingfisher Daisy #512791

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.72%

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

R = 30.57%
G = 14.72%
B = 54.72%

CMYK

 C value IS 0.44

 M value IS 0.73

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#512791 (or 0x512791) is known color: Kingfisher Daisy. HEX triplet: 51, 27 and 91. RGB value is (81,39,145). Sum of RGB (Red+Green+Blue) = 81+39+145=265 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.57% from 265); Green value is 39 (15.62% from 255 or 14.72% from 265); Blue value is 145 (57.03% from 255 or 54.72% from 265); Max value from RGB is 145 - color contains mainly: blue. Hex color #512791 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512791 is #AED86E. Grayscale: #3F3F3F. Windows color (decimal): -11458671 or 9512785. OLE color: 9512785.

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

Color convert

RGB 81 39 145 -
CMYK 0.44 0.73 0 0.43
HSL 263.77º 0.58% 0.36% -
HSV(B) 263.77º 0.73% 0.57% -
XYZ 9.23 5.24 27.31 -
YUV 63.64 173.91 140.38 -
System Red Green Blue C M Y K H S L
Decimal 81 39 145 0.44 0.73 0 0.43 263.77 0.58 0.36
Hex 51 27 91 2C 49 0 2B 108 3A 24
Octal 121 47 221 54 111 0 53 410 72 44
Binary 1010001 100111 10010001 101100 1001001 0 101011 100001000 111010 100100

Color Harmonies of #512791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512791

Black with #512791

Text Example


Text Example

White with #512791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512791; }

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

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

background-color css

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

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

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

border-color css

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

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

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