Html Css Color HEX #51257F Blue Diamond

📋 copy color: '#51257F'

red 81 ◦ green 37 ◦ blue 127

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

Shades of Blue Diamond #51257F

Tints of Blue Diamond #51257F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.1%

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

R = 33.06%
G = 15.1%
B = 51.84%

CMYK

 C value IS 0.36

 M value IS 0.71

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#51257F (or 0x51257F) is known color: Blue Diamond. HEX triplet: 51, 25 and 7F. RGB value is (81,37,127). Sum of RGB (Red+Green+Blue) = 81+37+127=245 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.06% from 245); Green value is 37 (14.84% from 255 or 15.10% from 245); Blue value is 127 (50% from 255 or 51.84% from 245); Max value from RGB is 127 - color contains mainly: blue. Hex color #51257F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51257F is #AEDA80. Grayscale: #3C3C3C. Windows color (decimal): -11459201 or 8332625. OLE color: 8332625.

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

Color convert

RGB 81 37 127 -
CMYK 0.36 0.71 0 0.50
HSL 269.33º 0.55% 0.32% -
HSV(B) 269.33º 0.71% 0.5% -
XYZ 7.89 4.6 20.55 -
YUV 60.42 165.58 142.68 -
System Red Green Blue C M Y K H S L
Decimal 81 37 127 0.36 0.71 0 0.50 269.33 0.55 0.32
Hex 51 25 7F 24 47 0 32 10D 37 20
Octal 121 45 177 44 107 0 62 415 67 40
Binary 1010001 100101 1111111 100100 1000111 0 110010 100001101 110111 100000

Color Harmonies of #51257F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51257F

Black with #51257F

Text Example


Text Example

White with #51257F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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