Html Css Color HEX #530176 Indigo

📋 copy color: '#530176'

red 83 ◦ green 1 ◦ blue 118

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

Shades of Indigo #530176

Tints of Indigo #530176

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.5%

 BLUE value IS 118 (46.48% from 255) = 58.42%

R = 41.09%
G = 0.5%
B = 58.42%

CMYK

 C value IS 0.30

 M value IS 0.99

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#530176 (or 0x530176) is known color: Indigo. HEX triplet: 53, 01 and 76. RGB value is (83,1,118). Sum of RGB (Red+Green+Blue) = 83+1+118=202 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.09% from 202); Green value is 1 (0.78% from 255 or 0.50% from 202); Blue value is 118 (46.48% from 255 or 58.42% from 202); Max value from RGB is 118 - color contains mainly: blue. Hex color #530176 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530176 is #ACFE89. Grayscale: #262626. Windows color (decimal): -11337354 or 7733587. OLE color: 7733587.

HSL color Cylindrical-coordinate representation of color #530176: hue angle of 282.05º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #530176 is Cyan = 0.30, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 83 1 118 -
CMYK 0.30 0.99 0 0.54
HSL 282.05º 0.98% 0.23% -
HSV(B) 282.05º 0.99% 0.46% -
XYZ 6.85 3.17 17.39 -
YUV 38.86 172.67 159.49 -
System Red Green Blue C M Y K H S L
Decimal 83 1 118 0.30 0.99 0 0.54 282.05 0.98 0.23
Hex 53 1 76 1E 63 0 36 11A 62 17
Octal 123 1 166 36 143 0 66 432 142 27
Binary 1010011 1 1110110 11110 1100011 0 110110 100011010 1100010 10111

Color Harmonies of #530176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530176

Black with #530176

Text Example


Text Example

White with #530176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530176; }

 p { color: rgb(83,1,118); }

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

background-color css

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

 a { background-color: rgb(83,1,118); }

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

border-color css

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

 span { border-color: rgb(83,1,118); }

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