Html Css Color HEX #512875 Blue Diamond

📋 copy color: '#512875'

red 81 ◦ green 40 ◦ blue 117

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

Shades of Blue Diamond #512875

Tints of Blue Diamond #512875

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.81%

 BLUE value IS 117 (46.09% from 255) = 49.16%

R = 34.03%
G = 16.81%
B = 49.16%

CMYK

 C value IS 0.31

 M value IS 0.66

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#512875 (or 0x512875) is known color: Blue Diamond. HEX triplet: 51, 28 and 75. RGB value is (81,40,117). Sum of RGB (Red+Green+Blue) = 81+40+117=238 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.03% from 238); Green value is 40 (16.02% from 255 or 16.81% from 238); Blue value is 117 (46.09% from 255 or 49.16% from 238); Max value from RGB is 117 - color contains mainly: blue. Hex color #512875 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512875 is #AED78A. Grayscale: #3C3C3C. Windows color (decimal): -11458443 or 7678033. OLE color: 7678033.

HSL color Cylindrical-coordinate representation of color #512875: hue angle of 271.95º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #512875 is Cyan = 0.31, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 81 40 117 -
CMYK 0.31 0.66 0 0.54
HSL 271.95º 0.49% 0.31% -
HSV(B) 271.95º 0.66% 0.46% -
XYZ 7.36 4.55 17.32 -
YUV 61.04 159.58 142.24 -
System Red Green Blue C M Y K H S L
Decimal 81 40 117 0.31 0.66 0 0.54 271.95 0.49 0.31
Hex 51 28 75 1F 42 0 36 110 31 1F
Octal 121 50 165 37 102 0 66 420 61 37
Binary 1010001 101000 1110101 11111 1000010 0 110110 100010000 110001 11111

Color Harmonies of #512875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512875

Black with #512875

Text Example


Text Example

White with #512875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512875; }

 p { color: rgb(81,40,117); }

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

background-color css

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

 a { background-color: rgb(81,40,117); }

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

border-color css

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

 span { border-color: rgb(81,40,117); }

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