Html Css Color HEX #512790 Kingfisher Daisy

📋 copy color: '#512790'

red 81 ◦ green 39 ◦ blue 144

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

Shades of Kingfisher Daisy #512790

Tints of Kingfisher Daisy #512790

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.77%

 BLUE value IS 144 (56.64% from 255) = 54.55%

R = 30.68%
G = 14.77%
B = 54.55%

CMYK

 C value IS 0.44

 M value IS 0.73

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#512790 (or 0x512790) is known color: Kingfisher Daisy. HEX triplet: 51, 27 and 90. RGB value is (81,39,144). Sum of RGB (Red+Green+Blue) = 81+39+144=264 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.68% from 264); Green value is 39 (15.62% from 255 or 14.77% from 264); Blue value is 144 (56.64% from 255 or 54.55% from 264); Max value from RGB is 144 - color contains mainly: blue. Hex color #512790 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512790 is #AED86F. Grayscale: #3F3F3F. Windows color (decimal): -11458672 or 9447249. OLE color: 9447249.

HSL color Cylindrical-coordinate representation of color #512790: hue angle of 264º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #512790 is Cyan = 0.44, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 81 39 144 -
CMYK 0.44 0.73 0 0.44
HSL 264º 0.57% 0.36% -
HSV(B) 264º 0.73% 0.56% -
XYZ 9.15 5.21 26.91 -
YUV 63.53 173.41 140.46 -
System Red Green Blue C M Y K H S L
Decimal 81 39 144 0.44 0.73 0 0.44 264 0.57 0.36
Hex 51 27 90 2C 49 0 2C 108 39 24
Octal 121 47 220 54 111 0 54 410 71 44
Binary 1010001 100111 10010000 101100 1001001 0 101100 100001000 111001 100100

Color Harmonies of #512790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512790

Black with #512790

Text Example


Text Example

White with #512790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512790; }

 p { color: rgb(81,39,144); }

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

background-color css

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

 a { background-color: rgb(81,39,144); }

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

border-color css

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

 span { border-color: rgb(81,39,144); }

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