Html Css Color HEX #531085 Indigo

📋 copy color: '#531085'

red 83 ◦ green 16 ◦ blue 133

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

Shades of Indigo #531085

Tints of Indigo #531085

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.9%

 BLUE value IS 133 (52.34% from 255) = 57.33%

R = 35.78%
G = 6.9%
B = 57.33%

CMYK

 C value IS 0.38

 M value IS 0.88

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#531085 (or 0x531085) is known color: Indigo. HEX triplet: 53, 10 and 85. RGB value is (83,16,133). Sum of RGB (Red+Green+Blue) = 83+16+133=232 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.78% from 232); Green value is 16 (6.64% from 255 or 6.90% from 232); Blue value is 133 (52.34% from 255 or 57.33% from 232); Max value from RGB is 133 - color contains mainly: blue. Hex color #531085 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #531085 is #ACEF7A. Grayscale: #303030. Windows color (decimal): -11333499 or 8720467. OLE color: 8720467.

HSL color Cylindrical-coordinate representation of color #531085: hue angle of 274.36º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #531085 is Cyan = 0.38, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 83 16 133 -
CMYK 0.38 0.88 0 0.48
HSL 274.36º 0.79% 0.29% -
HSV(B) 274.36º 0.88% 0.52% -
XYZ 7.99 3.9 22.52 -
YUV 49.37 175.2 151.99 -
System Red Green Blue C M Y K H S L
Decimal 83 16 133 0.38 0.88 0 0.48 274.36 0.79 0.29
Hex 53 10 85 26 58 0 30 112 4F 1D
Octal 123 20 205 46 130 0 60 422 117 35
Binary 1010011 10000 10000101 100110 1011000 0 110000 100010010 1001111 11101

Color Harmonies of #531085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531085

Black with #531085

Text Example


Text Example

White with #531085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531085; }

 p { color: rgb(83,16,133); }

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

background-color css

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

 a { background-color: rgb(83,16,133); }

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

border-color css

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

 span { border-color: rgb(83,16,133); }

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