Html Css Color HEX #51307F Kingfisher Daisy

📋 copy color: '#51307F'

red 81 ◦ green 48 ◦ blue 127

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

Shades of Kingfisher Daisy #51307F

Tints of Kingfisher Daisy #51307F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.75%

 BLUE value IS 127 (50% from 255) = 49.61%

R = 31.64%
G = 18.75%
B = 49.61%

CMYK

 C value IS 0.36

 M value IS 0.62

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#51307F (or 0x51307F) is known color: Kingfisher Daisy. HEX triplet: 51, 30 and 7F. RGB value is (81,48,127). Sum of RGB (Red+Green+Blue) = 81+48+127=256 (33% of max value = 765). Red value is 81 (32.03% from 255 or 31.64% from 256); Green value is 48 (19.14% from 255 or 18.75% from 256); Blue value is 127 (50% from 255 or 49.61% from 256); Max value from RGB is 127 - color contains mainly: blue. Hex color #51307F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51307F is #AECF80. Grayscale: #424242. Windows color (decimal): -11456385 or 8335441. OLE color: 8335441.

HSL color Cylindrical-coordinate representation of color #51307F: hue angle of 265.06º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #51307F is Cyan = 0.36, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 81 48 127 -
CMYK 0.36 0.62 0 0.50
HSL 265.06º 0.45% 0.34% -
HSV(B) 265.06º 0.62% 0.5% -
XYZ 8.28 5.4 20.68 -
YUV 66.87 161.93 138.08 -
System Red Green Blue C M Y K H S L
Decimal 81 48 127 0.36 0.62 0 0.50 265.06 0.45 0.34
Hex 51 30 7F 24 3E 0 32 109 2D 22
Octal 121 60 177 44 76 0 62 411 55 42
Binary 1010001 110000 1111111 100100 111110 0 110010 100001001 101101 100010

Color Harmonies of #51307F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51307F

Black with #51307F

Text Example


Text Example

White with #51307F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51307F; }

 p { color: rgb(81,48,127); }

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

background-color css

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

 a { background-color: rgb(81,48,127); }

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

border-color css

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

 span { border-color: rgb(81,48,127); }

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