Html Css Color HEX #531782 Indigo

📋 copy color: '#531782'

red 83 ◦ green 23 ◦ blue 130

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

Shades of Indigo #531782

Tints of Indigo #531782

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.75%

 BLUE value IS 130 (51.17% from 255) = 55.08%

R = 35.17%
G = 9.75%
B = 55.08%

CMYK

 C value IS 0.36

 M value IS 0.82

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#531782 (or 0x531782) is known color: Indigo. HEX triplet: 53, 17 and 82. RGB value is (83,23,130). Sum of RGB (Red+Green+Blue) = 83+23+130=236 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.17% from 236); Green value is 23 (9.38% from 255 or 9.75% from 236); Blue value is 130 (51.17% from 255 or 55.08% from 236); Max value from RGB is 130 - color contains mainly: blue. Hex color #531782 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #531782 is #ACE87D. Grayscale: #343434. Windows color (decimal): -11331710 or 8525651. OLE color: 8525651.

HSL color Cylindrical-coordinate representation of color #531782: hue angle of 273.64º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #531782 is Cyan = 0.36, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 83 23 130 -
CMYK 0.36 0.82 0 0.49
HSL 273.64º 0.7% 0.3% -
HSV(B) 273.64º 0.82% 0.51% -
XYZ 7.9 4.06 21.49 -
YUV 53.14 171.38 149.3 -
System Red Green Blue C M Y K H S L
Decimal 83 23 130 0.36 0.82 0 0.49 273.64 0.7 0.3
Hex 53 17 82 24 52 0 31 112 46 1E
Octal 123 27 202 44 122 0 61 422 106 36
Binary 1010011 10111 10000010 100100 1010010 0 110001 100010010 1000110 11110

Color Harmonies of #531782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531782

Black with #531782

Text Example


Text Example

White with #531782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531782; }

 p { color: rgb(83,23,130); }

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

background-color css

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

 a { background-color: rgb(83,23,130); }

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

border-color css

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

 span { border-color: rgb(83,23,130); }

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