Html Css Color HEX #51237B Blue Diamond

📋 copy color: '#51237B'

red 81 ◦ green 35 ◦ blue 123

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

Shades of Blue Diamond #51237B

Tints of Blue Diamond #51237B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 51.46%

R = 33.89%
G = 14.64%
B = 51.46%

CMYK

 C value IS 0.34

 M value IS 0.72

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#51237B (or 0x51237B) is known color: Blue Diamond. HEX triplet: 51, 23 and 7B. RGB value is (81,35,123). Sum of RGB (Red+Green+Blue) = 81+35+123=239 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.89% from 239); Green value is 35 (14.06% from 255 or 14.64% from 239); Blue value is 123 (48.44% from 255 or 51.46% from 239); Max value from RGB is 123 - color contains mainly: blue. Hex color #51237B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51237B is #AEDC84. Grayscale: #3A3A3A. Windows color (decimal): -11459717 or 8069969. OLE color: 8069969.

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

Color convert

RGB 81 35 123 -
CMYK 0.34 0.72 0 0.52
HSL 271.36º 0.56% 0.31% -
HSV(B) 271.36º 0.72% 0.48% -
XYZ 7.57 4.38 19.19 -
YUV 58.79 164.24 143.84 -
System Red Green Blue C M Y K H S L
Decimal 81 35 123 0.34 0.72 0 0.52 271.36 0.56 0.31
Hex 51 23 7B 22 48 0 34 10F 38 1F
Octal 121 43 173 42 110 0 64 417 70 37
Binary 1010001 100011 1111011 100010 1001000 0 110100 100001111 111000 11111

Color Harmonies of #51237B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51237B

Black with #51237B

Text Example


Text Example

White with #51237B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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