Html Css Color HEX #530177 Indigo

📋 copy color: '#530177'

red 83 ◦ green 1 ◦ blue 119

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

Shades of Indigo #530177

Tints of Indigo #530177

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 58.62%

R = 40.89%
G = 0.49%
B = 58.62%

CMYK

 C value IS 0.30

 M value IS 0.99

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#530177 (or 0x530177) is known color: Indigo. HEX triplet: 53, 01 and 77. RGB value is (83,1,119). Sum of RGB (Red+Green+Blue) = 83+1+119=203 (26% of max value = 765). Red value is 83 (32.81% from 255 or 40.89% from 203); Green value is 1 (0.78% from 255 or 0.49% from 203); Blue value is 119 (46.88% from 255 or 58.62% from 203); Max value from RGB is 119 - color contains mainly: blue. Hex color #530177 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530177 is #ACFE88. Grayscale: #262626. Windows color (decimal): -11337353 or 7799123. OLE color: 7799123.

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

Color convert

RGB 83 1 119 -
CMYK 0.30 0.99 0 0.53
HSL 281.69º 0.98% 0.24% -
HSV(B) 281.69º 0.99% 0.47% -
XYZ 6.91 3.19 17.7 -
YUV 38.97 173.17 159.41 -
System Red Green Blue C M Y K H S L
Decimal 83 1 119 0.30 0.99 0 0.53 281.69 0.98 0.24
Hex 53 1 77 1E 63 0 35 11A 62 18
Octal 123 1 167 36 143 0 65 432 142 30
Binary 1010011 1 1110111 11110 1100011 0 110101 100011010 1100010 11000

Color Harmonies of #530177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530177

Black with #530177

Text Example


Text Example

White with #530177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530177; }

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

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

background-color css

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

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

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

border-color css

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

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

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