Html Css Color HEX #51317C Kingfisher Daisy

📋 copy color: '#51317C'

red 81 ◦ green 49 ◦ blue 124

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

Shades of Kingfisher Daisy #51317C

Tints of Kingfisher Daisy #51317C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.29%

 BLUE value IS 124 (48.83% from 255) = 48.82%

R = 31.89%
G = 19.29%
B = 48.82%

CMYK

 C value IS 0.35

 M value IS 0.60

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#51317C (or 0x51317C) is known color: Kingfisher Daisy. HEX triplet: 51, 31 and 7C. RGB value is (81,49,124). Sum of RGB (Red+Green+Blue) = 81+49+124=254 (33% of max value = 765). Red value is 81 (32.03% from 255 or 31.89% from 254); Green value is 49 (19.53% from 255 or 19.29% from 254); Blue value is 124 (48.83% from 255 or 48.82% from 254); Max value from RGB is 124 - color contains mainly: blue. Hex color #51317C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51317C is #AECE83. Grayscale: #424242. Windows color (decimal): -11456132 or 8139089. OLE color: 8139089.

HSL color Cylindrical-coordinate representation of color #51317C: hue angle of 265.6º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #51317C is Cyan = 0.35, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 81 49 124 -
CMYK 0.35 0.60 0 0.51
HSL 265.6º 0.43% 0.34% -
HSV(B) 265.6º 0.6% 0.49% -
XYZ 8.13 5.4 19.68 -
YUV 67.12 160.1 137.9 -
System Red Green Blue C M Y K H S L
Decimal 81 49 124 0.35 0.60 0 0.51 265.6 0.43 0.34
Hex 51 31 7C 23 3C 0 33 10A 2B 22
Octal 121 61 174 43 74 0 63 412 53 42
Binary 1010001 110001 1111100 100011 111100 0 110011 100001010 101011 100010

Color Harmonies of #51317C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51317C

Black with #51317C

Text Example


Text Example

White with #51317C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51317C; }

 p { color: rgb(81,49,124); }

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

background-color css

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

 a { background-color: rgb(81,49,124); }

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

border-color css

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

 span { border-color: rgb(81,49,124); }

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