Html Css Color HEX #512097 Kingfisher Daisy

📋 copy color: '#512097'

red 81 ◦ green 32 ◦ blue 151

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

Shades of Kingfisher Daisy #512097

Tints of Kingfisher Daisy #512097

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.12%

 BLUE value IS 151 (59.38% from 255) = 57.2%

R = 30.68%
G = 12.12%
B = 57.2%

CMYK

 C value IS 0.46

 M value IS 0.79

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#512097 (or 0x512097) is known color: Kingfisher Daisy. HEX triplet: 51, 20 and 97. RGB value is (81,32,151). Sum of RGB (Red+Green+Blue) = 81+32+151=264 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.68% from 264); Green value is 32 (12.89% from 255 or 12.12% from 264); Blue value is 151 (59.38% from 255 or 57.20% from 264); Max value from RGB is 151 - color contains mainly: blue. Hex color #512097 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512097 is #AEDF68. Grayscale: #3B3B3B. Windows color (decimal): -11460457 or 9904209. OLE color: 9904209.

HSL color Cylindrical-coordinate representation of color #512097: hue angle of 264.71º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #512097 is Cyan = 0.46, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 81 32 151 -
CMYK 0.46 0.79 0 0.41
HSL 264.71º 0.65% 0.36% -
HSV(B) 264.71º 0.79% 0.59% -
XYZ 9.5 5.02 29.75 -
YUV 60.22 179.23 142.82 -
System Red Green Blue C M Y K H S L
Decimal 81 32 151 0.46 0.79 0 0.41 264.71 0.65 0.36
Hex 51 20 97 2E 4F 0 29 109 41 24
Octal 121 40 227 56 117 0 51 411 101 44
Binary 1010001 100000 10010111 101110 1001111 0 101001 100001001 1000001 100100

Color Harmonies of #512097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512097

Black with #512097

Text Example


Text Example

White with #512097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512097; }

 p { color: rgb(81,32,151); }

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

background-color css

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

 a { background-color: rgb(81,32,151); }

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

border-color css

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

 span { border-color: rgb(81,32,151); }

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