Html Css Color HEX #531892 Indigo

📋 copy color: '#531892'

red 83 ◦ green 24 ◦ blue 146

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

Shades of Indigo #531892

Tints of Indigo #531892

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 57.71%

R = 32.81%
G = 9.49%
B = 57.71%

CMYK

 C value IS 0.43

 M value IS 0.84

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#531892 (or 0x531892) is known color: Indigo. HEX triplet: 53, 18 and 92. RGB value is (83,24,146). Sum of RGB (Red+Green+Blue) = 83+24+146=253 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.81% from 253); Green value is 24 (9.77% from 255 or 9.49% from 253); Blue value is 146 (57.42% from 255 or 57.71% from 253); Max value from RGB is 146 - color contains mainly: blue. Hex color #531892 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #531892 is #ACE76D. Grayscale: #373737. Windows color (decimal): -11331438 or 9574483. OLE color: 9574483.

HSL color Cylindrical-coordinate representation of color #531892: hue angle of 269.02º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #531892 is Cyan = 0.43, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 83 24 146 -
CMYK 0.43 0.84 0 0.43
HSL 269.02º 0.72% 0.33% -
HSV(B) 269.02º 0.84% 0.57% -
XYZ 9.08 4.57 27.6 -
YUV 55.55 179.05 147.58 -
System Red Green Blue C M Y K H S L
Decimal 83 24 146 0.43 0.84 0 0.43 269.02 0.72 0.33
Hex 53 18 92 2B 54 0 2B 10D 48 21
Octal 123 30 222 53 124 0 53 415 110 41
Binary 1010011 11000 10010010 101011 1010100 0 101011 100001101 1001000 100001

Color Harmonies of #531892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531892

Black with #531892

Text Example


Text Example

White with #531892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531892; }

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

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

background-color css

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

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

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

border-color css

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

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

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