Html Css Color HEX #512492 Kingfisher Daisy

📋 copy color: '#512492'

red 81 ◦ green 36 ◦ blue 146

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

Shades of Kingfisher Daisy #512492

Tints of Kingfisher Daisy #512492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 55.51%

R = 30.8%
G = 13.69%
B = 55.51%

CMYK

 C value IS 0.45

 M value IS 0.75

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#512492 (or 0x512492) is known color: Kingfisher Daisy. HEX triplet: 51, 24 and 92. RGB value is (81,36,146). Sum of RGB (Red+Green+Blue) = 81+36+146=263 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.80% from 263); Green value is 36 (14.45% from 255 or 13.69% from 263); Blue value is 146 (57.42% from 255 or 55.51% from 263); Max value from RGB is 146 - color contains mainly: blue. Hex color #512492 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512492 is #AEDB6D. Grayscale: #3D3D3D. Windows color (decimal): -11459438 or 9577553. OLE color: 9577553.

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

Color convert

RGB 81 36 146 -
CMYK 0.45 0.75 0 0.43
HSL 264.55º 0.6% 0.36% -
HSV(B) 264.55º 0.75% 0.57% -
XYZ 9.21 5.09 27.69 -
YUV 62 175.41 141.56 -
System Red Green Blue C M Y K H S L
Decimal 81 36 146 0.45 0.75 0 0.43 264.55 0.6 0.36
Hex 51 24 92 2D 4B 0 2B 109 3C 24
Octal 121 44 222 55 113 0 53 411 74 44
Binary 1010001 100100 10010010 101101 1001011 0 101011 100001001 111100 100100

Color Harmonies of #512492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512492

Black with #512492

Text Example


Text Example

White with #512492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512492; }

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

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

background-color css

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

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

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

border-color css

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

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

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