Html Css Color HEX #531692 Indigo

📋 copy color: '#531692'

red 83 ◦ green 22 ◦ blue 146

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

Shades of Indigo #531692

Tints of Indigo #531692

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.76%

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

R = 33.07%
G = 8.76%
B = 58.17%

CMYK

 C value IS 0.43

 M value IS 0.85

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#531692 (or 0x531692) is known color: Indigo. HEX triplet: 53, 16 and 92. RGB value is (83,22,146). Sum of RGB (Red+Green+Blue) = 83+22+146=251 (33% of max value = 765). Red value is 83 (32.81% from 255 or 33.07% from 251); Green value is 22 (8.98% from 255 or 8.76% from 251); Blue value is 146 (57.42% from 255 or 58.17% from 251); Max value from RGB is 146 - color contains mainly: blue. Hex color #531692 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #531692 is #ACE96D. Grayscale: #353535. Windows color (decimal): -11331950 or 9573971. OLE color: 9573971.

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

Color convert

RGB 83 22 146 -
CMYK 0.43 0.85 0 0.43
HSL 269.52º 0.74% 0.33% -
HSV(B) 269.52º 0.85% 0.57% -
XYZ 9.04 4.49 27.58 -
YUV 54.38 179.71 148.42 -
System Red Green Blue C M Y K H S L
Decimal 83 22 146 0.43 0.85 0 0.43 269.52 0.74 0.33
Hex 53 16 92 2B 55 0 2B 10E 4A 21
Octal 123 26 222 53 125 0 53 416 112 41
Binary 1010011 10110 10010010 101011 1010101 0 101011 100001110 1001010 100001

Color Harmonies of #531692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531692

Black with #531692

Text Example


Text Example

White with #531692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531692; }

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

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

background-color css

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

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

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

border-color css

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

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

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