Html Css Color HEX #51237E Blue Diamond

📋 copy color: '#51237E'

red 81 ◦ green 35 ◦ blue 126

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

Shades of Blue Diamond #51237E

Tints of Blue Diamond #51237E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 52.07%

R = 33.47%
G = 14.46%
B = 52.07%

CMYK

 C value IS 0.36

 M value IS 0.72

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#51237E (or 0x51237E) is known color: Blue Diamond. HEX triplet: 51, 23 and 7E. RGB value is (81,35,126). Sum of RGB (Red+Green+Blue) = 81+35+126=242 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.47% from 242); Green value is 35 (14.06% from 255 or 14.46% from 242); Blue value is 126 (49.61% from 255 or 52.07% from 242); Max value from RGB is 126 - color contains mainly: blue. Hex color #51237E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51237E is #AEDC81. Grayscale: #3A3A3A. Windows color (decimal): -11459714 or 8266577. OLE color: 8266577.

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

Color convert

RGB 81 35 126 -
CMYK 0.36 0.72 0 0.51
HSL 270.33º 0.57% 0.32% -
HSV(B) 270.33º 0.72% 0.49% -
XYZ 7.76 4.46 20.19 -
YUV 59.13 165.74 143.6 -
System Red Green Blue C M Y K H S L
Decimal 81 35 126 0.36 0.72 0 0.51 270.33 0.57 0.32
Hex 51 23 7E 24 48 0 33 10E 39 20
Octal 121 43 176 44 110 0 63 416 71 40
Binary 1010001 100011 1111110 100100 1001000 0 110011 100001110 111001 100000

Color Harmonies of #51237E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51237E

Black with #51237E

Text Example


Text Example

White with #51237E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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