Html Css Color HEX #51256E Blue Diamond

📋 copy color: '#51256E'

red 81 ◦ green 37 ◦ blue 110

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

Shades of Blue Diamond #51256E

Tints of Blue Diamond #51256E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 48.25%

R = 35.53%
G = 16.23%
B = 48.25%

CMYK

 C value IS 0.26

 M value IS 0.66

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#51256E (or 0x51256E) is known color: Blue Diamond. HEX triplet: 51, 25 and 6E. RGB value is (81,37,110). Sum of RGB (Red+Green+Blue) = 81+37+110=228 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.53% from 228); Green value is 37 (14.84% from 255 or 16.23% from 228); Blue value is 110 (43.36% from 255 or 48.25% from 228); Max value from RGB is 110 - color contains mainly: blue. Hex color #51256E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51256E is #AEDA91. Grayscale: #3A3A3A. Windows color (decimal): -11459218 or 7218513. OLE color: 7218513.

HSL color Cylindrical-coordinate representation of color #51256E: hue angle of 276.16º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #51256E is Cyan = 0.26, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 81 37 110 -
CMYK 0.26 0.66 0 0.57
HSL 276.16º 0.5% 0.29% -
HSV(B) 276.16º 0.66% 0.43% -
XYZ 6.87 4.2 15.2 -
YUV 58.48 157.08 144.06 -
System Red Green Blue C M Y K H S L
Decimal 81 37 110 0.26 0.66 0 0.57 276.16 0.5 0.29
Hex 51 25 6E 1A 42 0 39 114 32 1D
Octal 121 45 156 32 102 0 71 424 62 35
Binary 1010001 100101 1101110 11010 1000010 0 111001 100010100 110010 11101

Color Harmonies of #51256E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51256E

Black with #51256E

Text Example


Text Example

White with #51256E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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