Html Css Color HEX #512394 Kingfisher Daisy

📋 copy color: '#512394'

red 81 ◦ green 35 ◦ blue 148

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

Shades of Kingfisher Daisy #512394

Tints of Kingfisher Daisy #512394

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.26%

 BLUE value IS 148 (58.2% from 255) = 56.06%

R = 30.68%
G = 13.26%
B = 56.06%

CMYK

 C value IS 0.45

 M value IS 0.76

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#512394 (or 0x512394) is known color: Kingfisher Daisy. HEX triplet: 51, 23 and 94. RGB value is (81,35,148). Sum of RGB (Red+Green+Blue) = 81+35+148=264 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.68% from 264); Green value is 35 (14.06% from 255 or 13.26% from 264); Blue value is 148 (58.20% from 255 or 56.06% from 264); Max value from RGB is 148 - color contains mainly: blue. Hex color #512394 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512394 is #AEDC6B. Grayscale: #3D3D3D. Windows color (decimal): -11459692 or 9708369. OLE color: 9708369.

HSL color Cylindrical-coordinate representation of color #512394: hue angle of 264.42º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #512394 is Cyan = 0.45, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 81 35 148 -
CMYK 0.45 0.76 0 0.42
HSL 264.42º 0.62% 0.36% -
HSV(B) 264.42º 0.76% 0.58% -
XYZ 9.34 5.09 28.51 -
YUV 61.64 176.74 141.81 -
System Red Green Blue C M Y K H S L
Decimal 81 35 148 0.45 0.76 0 0.42 264.42 0.62 0.36
Hex 51 23 94 2D 4C 0 2A 108 3E 24
Octal 121 43 224 55 114 0 52 410 76 44
Binary 1010001 100011 10010100 101101 1001100 0 101010 100001000 111110 100100

Color Harmonies of #512394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512394

Black with #512394

Text Example


Text Example

White with #512394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512394; }

 p { color: rgb(81,35,148); }

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

background-color css

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

 a { background-color: rgb(81,35,148); }

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

border-color css

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

 span { border-color: rgb(81,35,148); }

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