Html Css Color HEX #51207C Blue Diamond

📋 copy color: '#51207C'

red 81 ◦ green 32 ◦ blue 124

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

Shades of Blue Diamond #51207C

Tints of Blue Diamond #51207C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.5%

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

R = 34.18%
G = 13.5%
B = 52.32%

CMYK

 C value IS 0.35

 M value IS 0.74

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#51207C (or 0x51207C) is known color: Blue Diamond. HEX triplet: 51, 20 and 7C. RGB value is (81,32,124). Sum of RGB (Red+Green+Blue) = 81+32+124=237 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.18% from 237); Green value is 32 (12.89% from 255 or 13.50% from 237); Blue value is 124 (48.83% from 255 or 52.32% from 237); Max value from RGB is 124 - color contains mainly: blue. Hex color #51207C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51207C is #AEDF83. Grayscale: #383838. Windows color (decimal): -11460484 or 8134737. OLE color: 8134737.

HSL color Cylindrical-coordinate representation of color #51207C: hue angle of 271.96º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #51207C is Cyan = 0.35, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 81 32 124 -
CMYK 0.35 0.74 0 0.51
HSL 271.96º 0.59% 0.31% -
HSV(B) 271.96º 0.74% 0.49% -
XYZ 7.55 4.24 19.49 -
YUV 57.14 165.73 145.02 -
System Red Green Blue C M Y K H S L
Decimal 81 32 124 0.35 0.74 0 0.51 271.96 0.59 0.31
Hex 51 20 7C 23 4A 0 33 110 3B 1F
Octal 121 40 174 43 112 0 63 420 73 37
Binary 1010001 100000 1111100 100011 1001010 0 110011 100010000 111011 11111

Color Harmonies of #51207C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51207C

Black with #51207C

Text Example


Text Example

White with #51207C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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