Html Css Color HEX #531885 Indigo

📋 copy color: '#531885'

red 83 ◦ green 24 ◦ blue 133

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

Shades of Indigo #531885

Tints of Indigo #531885

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10%

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

R = 34.58%
G = 10%
B = 55.42%

CMYK

 C value IS 0.38

 M value IS 0.82

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#531885 (or 0x531885) is known color: Indigo. HEX triplet: 53, 18 and 85. RGB value is (83,24,133). Sum of RGB (Red+Green+Blue) = 83+24+133=240 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.58% from 240); Green value is 24 (9.77% from 255 or 10% from 240); Blue value is 133 (52.34% from 255 or 55.42% from 240); Max value from RGB is 133 - color contains mainly: blue. Hex color #531885 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #531885 is #ACE77A. Grayscale: #353535. Windows color (decimal): -11331451 or 8722515. OLE color: 8722515.

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

Color convert

RGB 83 24 133 -
CMYK 0.38 0.82 0 0.48
HSL 272.48º 0.69% 0.31% -
HSV(B) 272.48º 0.82% 0.52% -
XYZ 8.13 4.19 22.57 -
YUV 54.07 172.55 148.64 -
System Red Green Blue C M Y K H S L
Decimal 83 24 133 0.38 0.82 0 0.48 272.48 0.69 0.31
Hex 53 18 85 26 52 0 30 110 45 1F
Octal 123 30 205 46 122 0 60 420 105 37
Binary 1010011 11000 10000101 100110 1010010 0 110000 100010000 1000101 11111

Color Harmonies of #531885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531885

Black with #531885

Text Example


Text Example

White with #531885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531885; }

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

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

background-color css

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

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

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

border-color css

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

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

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