Html Css Color HEX #51237D Blue Diamond

📋 copy color: '#51237D'

red 81 ◦ green 35 ◦ blue 125

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

Shades of Blue Diamond #51237D

Tints of Blue Diamond #51237D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.52%

 BLUE value IS 125 (49.22% from 255) = 51.87%

R = 33.61%
G = 14.52%
B = 51.87%

CMYK

 C value IS 0.35

 M value IS 0.72

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#51237D (or 0x51237D) is known color: Blue Diamond. HEX triplet: 51, 23 and 7D. RGB value is (81,35,125). Sum of RGB (Red+Green+Blue) = 81+35+125=241 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.61% from 241); Green value is 35 (14.06% from 255 or 14.52% from 241); Blue value is 125 (49.22% from 255 or 51.87% from 241); Max value from RGB is 125 - color contains mainly: blue. Hex color #51237D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51237D is #AEDC82. Grayscale: #3A3A3A. Windows color (decimal): -11459715 or 8201041. OLE color: 8201041.

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

Color convert

RGB 81 35 125 -
CMYK 0.35 0.72 0 0.51
HSL 270.67º 0.56% 0.31% -
HSV(B) 270.67º 0.72% 0.49% -
XYZ 7.7 4.43 19.85 -
YUV 59.01 165.24 143.68 -
System Red Green Blue C M Y K H S L
Decimal 81 35 125 0.35 0.72 0 0.51 270.67 0.56 0.31
Hex 51 23 7D 23 48 0 33 10F 38 1F
Octal 121 43 175 43 110 0 63 417 70 37
Binary 1010001 100011 1111101 100011 1001000 0 110011 100001111 111000 11111

Color Harmonies of #51237D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51237D

Black with #51237D

Text Example


Text Example

White with #51237D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51237D; }

 p { color: rgb(81,35,125); }

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

background-color css

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

 a { background-color: rgb(81,35,125); }

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

border-color css

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

 span { border-color: rgb(81,35,125); }

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