Html Css Color HEX #531098 Indigo

📋 copy color: '#531098'

red 83 ◦ green 16 ◦ blue 152

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

Shades of Indigo #531098

Tints of Indigo #531098

RGB

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

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

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

R = 33.07%
G = 6.37%
B = 60.56%

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

#531098 (or 0x531098) is known color: Indigo. HEX triplet: 53, 10 and 98. RGB value is (83,16,152). Sum of RGB (Red+Green+Blue) = 83+16+152=251 (33% of max value = 765). Red value is 83 (32.81% from 255 or 33.07% from 251); Green value is 16 (6.64% from 255 or 6.37% from 251); Blue value is 152 (59.77% from 255 or 60.56% from 251); Max value from RGB is 152 - color contains mainly: blue. Hex color #531098 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #531098 is #ACEF67. Grayscale: #333333. Windows color (decimal): -11333480 or 9965651. OLE color: 9965651.

HSL color Cylindrical-coordinate representation of color #531098: hue angle of 269.56º degrees, saturation: 0.81, 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 #531098 is Cyan = 0.45, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 83 16 152 -
CMYK 0.45 0.89 0 0.40
HSL 269.56º 0.81% 0.33% -
HSV(B) 269.56º 0.89% 0.6% -
XYZ 9.42 4.48 30.07 -
YUV 51.54 184.7 150.44 -
System Red Green Blue C M Y K H S L
Decimal 83 16 152 0.45 0.89 0 0.40 269.56 0.81 0.33
Hex 53 10 98 2D 59 0 28 10E 51 21
Octal 123 20 230 55 131 0 50 416 121 41
Binary 1010011 10000 10011000 101101 1011001 0 101000 100001110 1010001 100001

Color Harmonies of #531098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531098

Black with #531098

Text Example


Text Example

White with #531098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531098; }

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

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

background-color css

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

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

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

border-color css

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

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

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