Html Css Color HEX #531198 Indigo

📋 copy color: '#531198'

red 83 ◦ green 17 ◦ blue 152

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

Shades of Indigo #531198

Tints of Indigo #531198

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.75%

 BLUE value IS 152 (59.77% from 255) = 60.32%

R = 32.94%
G = 6.75%
B = 60.32%

CMYK

 C value IS 0.45

 M value IS 0.89

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#531198 (or 0x531198) is known color: Indigo. HEX triplet: 53, 11 and 98. RGB value is (83,17,152). Sum of RGB (Red+Green+Blue) = 83+17+152=252 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.94% from 252); Green value is 17 (7.03% from 255 or 6.75% from 252); Blue value is 152 (59.77% from 255 or 60.32% from 252); Max value from RGB is 152 - color contains mainly: blue. Hex color #531198 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #531198 is #ACEE67. Grayscale: #333333. Windows color (decimal): -11333224 or 9965907. OLE color: 9965907.

HSL color Cylindrical-coordinate representation of color #531198: hue angle of 269.33º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #531198 is Cyan = 0.45, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 83 17 152 -
CMYK 0.45 0.89 0 0.40
HSL 269.33º 0.8% 0.33% -
HSV(B) 269.33º 0.89% 0.6% -
XYZ 9.44 4.51 30.08 -
YUV 52.12 184.37 150.02 -
System Red Green Blue C M Y K H S L
Decimal 83 17 152 0.45 0.89 0 0.40 269.33 0.8 0.33
Hex 53 11 98 2D 59 0 28 10D 50 21
Octal 123 21 230 55 131 0 50 415 120 41
Binary 1010011 10001 10011000 101101 1011001 0 101000 100001101 1010000 100001

Color Harmonies of #531198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531198

Black with #531198

Text Example


Text Example

White with #531198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531198; }

 p { color: rgb(83,17,152); }

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

background-color css

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

 a { background-color: rgb(83,17,152); }

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

border-color css

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

 span { border-color: rgb(83,17,152); }

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