Html Css Color HEX #512491 Kingfisher Daisy

📋 copy color: '#512491'

red 81 ◦ green 36 ◦ blue 145

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

Shades of Kingfisher Daisy #512491

Tints of Kingfisher Daisy #512491

RGB

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

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

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

R = 30.92%
G = 13.74%
B = 55.34%

CMYK

 C value IS 0.44

 M value IS 0.75

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#512491 (or 0x512491) is known color: Kingfisher Daisy. HEX triplet: 51, 24 and 91. RGB value is (81,36,145). Sum of RGB (Red+Green+Blue) = 81+36+145=262 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.92% from 262); Green value is 36 (14.45% from 255 or 13.74% from 262); Blue value is 145 (57.03% from 255 or 55.34% from 262); Max value from RGB is 145 - color contains mainly: blue. Hex color #512491 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512491 is #AEDB6E. Grayscale: #3D3D3D. Windows color (decimal): -11459439 or 9512017. OLE color: 9512017.

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

Color convert

RGB 81 36 145 -
CMYK 0.44 0.75 0 0.43
HSL 264.77º 0.6% 0.35% -
HSV(B) 264.77º 0.75% 0.57% -
XYZ 9.14 5.06 27.28 -
YUV 61.88 174.91 141.64 -
System Red Green Blue C M Y K H S L
Decimal 81 36 145 0.44 0.75 0 0.43 264.77 0.6 0.35
Hex 51 24 91 2C 4B 0 2B 109 3C 23
Octal 121 44 221 54 113 0 53 411 74 43
Binary 1010001 100100 10010001 101100 1001011 0 101011 100001001 111100 100011

Color Harmonies of #512491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512491

Black with #512491

Text Example


Text Example

White with #512491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512491; }

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

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

background-color css

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

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

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

border-color css

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

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

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