Html Css Color HEX #512787 Kingfisher Daisy

📋 copy color: '#512787'

red 81 ◦ green 39 ◦ blue 135

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

Shades of Kingfisher Daisy #512787

Tints of Kingfisher Daisy #512787

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 52.94%

R = 31.76%
G = 15.29%
B = 52.94%

CMYK

 C value IS 0.40

 M value IS 0.71

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#512787 (or 0x512787) is known color: Kingfisher Daisy. HEX triplet: 51, 27 and 87. RGB value is (81,39,135). Sum of RGB (Red+Green+Blue) = 81+39+135=255 (33% of max value = 765). Red value is 81 (32.03% from 255 or 31.76% from 255); Green value is 39 (15.62% from 255 or 15.29% from 255); Blue value is 135 (53.12% from 255 or 52.94% from 255); Max value from RGB is 135 - color contains mainly: blue. Hex color #512787 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512787 is #AED878. Grayscale: #3E3E3E. Windows color (decimal): -11458681 or 8857425. OLE color: 8857425.

HSL color Cylindrical-coordinate representation of color #512787: hue angle of 266.25º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #512787 is Cyan = 0.40, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 81 39 135 -
CMYK 0.40 0.71 0 0.47
HSL 266.25º 0.55% 0.34% -
HSV(B) 266.25º 0.71% 0.53% -
XYZ 8.49 4.95 23.43 -
YUV 62.5 168.91 141.19 -
System Red Green Blue C M Y K H S L
Decimal 81 39 135 0.40 0.71 0 0.47 266.25 0.55 0.34
Hex 51 27 87 28 47 0 2F 10A 37 22
Octal 121 47 207 50 107 0 57 412 67 42
Binary 1010001 100111 10000111 101000 1000111 0 101111 100001010 110111 100010

Color Harmonies of #512787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512787

Black with #512787

Text Example


Text Example

White with #512787

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512787; }

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

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

background-color css

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

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

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

border-color css

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

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

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