Html Css Color HEX #531A75 Blue Diamond

📋 copy color: '#531A75'

red 83 ◦ green 26 ◦ blue 117

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

Shades of Blue Diamond #531A75

Tints of Blue Diamond #531A75

RGB

 RED value IS 83 (32.81% from 255) = 36.73%

 GREEN value IS 26 (10.55% from 255) = 11.5%

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

R = 36.73%
G = 11.5%
B = 51.77%

CMYK

 C value IS 0.29

 M value IS 0.78

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#531A75 (or 0x531A75) is known color: Blue Diamond. HEX triplet: 53, 1A and 75. RGB value is (83,26,117). Sum of RGB (Red+Green+Blue) = 83+26+117=226 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.73% from 226); Green value is 26 (10.55% from 255 or 11.50% from 226); Blue value is 117 (46.09% from 255 or 51.77% from 226); Max value from RGB is 117 - color contains mainly: blue. Hex color #531A75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #531A75 is #ACE58A. Grayscale: #353535. Windows color (decimal): -11330955 or 7674451. OLE color: 7674451.

HSL color Cylindrical-coordinate representation of color #531A75: hue angle of 277.58º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #531A75 is Cyan = 0.29, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 83 26 117 -
CMYK 0.29 0.78 0 0.54
HSL 277.58º 0.64% 0.28% -
HSV(B) 277.58º 0.78% 0.46% -
XYZ 7.15 3.86 17.2 -
YUV 53.42 163.88 149.1 -
System Red Green Blue C M Y K H S L
Decimal 83 26 117 0.29 0.78 0 0.54 277.58 0.64 0.28
Hex 53 1A 75 1D 4E 0 36 116 40 1C
Octal 123 32 165 35 116 0 66 426 100 34
Binary 1010011 11010 1110101 11101 1001110 0 110110 100010110 1000000 11100

Color Harmonies of #531A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531A75

Black with #531A75

Text Example


Text Example

White with #531A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531A75; }

 p { color: rgb(83,26,117); }

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

background-color css

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

 a { background-color: rgb(83,26,117); }

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

border-color css

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

 span { border-color: rgb(83,26,117); }

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