Html Css Color HEX #512095 Kingfisher Daisy

📋 copy color: '#512095'

red 81 ◦ green 32 ◦ blue 149

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

Shades of Kingfisher Daisy #512095

Tints of Kingfisher Daisy #512095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 56.87%

R = 30.92%
G = 12.21%
B = 56.87%

CMYK

 C value IS 0.46

 M value IS 0.79

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#512095 (or 0x512095) is known color: Kingfisher Daisy. HEX triplet: 51, 20 and 95. RGB value is (81,32,149). Sum of RGB (Red+Green+Blue) = 81+32+149=262 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.92% from 262); Green value is 32 (12.89% from 255 or 12.21% from 262); Blue value is 149 (58.59% from 255 or 56.87% from 262); Max value from RGB is 149 - color contains mainly: blue. Hex color #512095 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512095 is #AEDF6A. Grayscale: #3B3B3B. Windows color (decimal): -11460459 or 9773137. OLE color: 9773137.

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

Color convert

RGB 81 32 149 -
CMYK 0.46 0.79 0 0.42
HSL 265.13º 0.65% 0.35% -
HSV(B) 265.13º 0.79% 0.58% -
XYZ 9.33 4.95 28.9 -
YUV 59.99 178.23 142.99 -
System Red Green Blue C M Y K H S L
Decimal 81 32 149 0.46 0.79 0 0.42 265.13 0.65 0.35
Hex 51 20 95 2E 4F 0 2A 109 41 23
Octal 121 40 225 56 117 0 52 411 101 43
Binary 1010001 100000 10010101 101110 1001111 0 101010 100001001 1000001 100011

Color Harmonies of #512095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512095

Black with #512095

Text Example


Text Example

White with #512095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512095; }

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

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

background-color css

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

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

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

border-color css

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

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

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