Html Css Color HEX #531093 Indigo

📋 copy color: '#531093'

red 83 ◦ green 16 ◦ blue 147

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

Shades of Indigo #531093

Tints of Indigo #531093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 59.76%

R = 33.74%
G = 6.5%
B = 59.76%

CMYK

 C value IS 0.44

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#531093 (or 0x531093) is known color: Indigo. HEX triplet: 53, 10 and 93. RGB value is (83,16,147). Sum of RGB (Red+Green+Blue) = 83+16+147=246 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.74% from 246); Green value is 16 (6.64% from 255 or 6.50% from 246); Blue value is 147 (57.81% from 255 or 59.76% from 246); Max value from RGB is 147 - color contains mainly: blue. Hex color #531093 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #531093 is #ACEF6C. Grayscale: #323232. Windows color (decimal): -11333485 or 9637971. OLE color: 9637971.

HSL color Cylindrical-coordinate representation of color #531093: hue angle of 270.69º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #531093 is Cyan = 0.44, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 83 16 147 -
CMYK 0.44 0.89 0 0.42
HSL 270.69º 0.8% 0.32% -
HSV(B) 270.69º 0.89% 0.58% -
XYZ 9.02 4.32 27.96 -
YUV 50.97 182.2 150.85 -
System Red Green Blue C M Y K H S L
Decimal 83 16 147 0.44 0.89 0 0.42 270.69 0.8 0.32
Hex 53 10 93 2C 59 0 2A 10F 50 20
Octal 123 20 223 54 131 0 52 417 120 40
Binary 1010011 10000 10010011 101100 1011001 0 101010 100001111 1010000 100000

Color Harmonies of #531093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531093

Black with #531093

Text Example


Text Example

White with #531093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531093; }

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

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

background-color css

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

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

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

border-color css

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

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

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