Html Css Color HEX #530577 Indigo

📋 copy color: '#530577'

red 83 ◦ green 5 ◦ blue 119

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

Shades of Indigo #530577

Tints of Indigo #530577

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.42%

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

R = 40.1%
G = 2.42%
B = 57.49%

CMYK

 C value IS 0.30

 M value IS 0.96

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#530577 (or 0x530577) is known color: Indigo. HEX triplet: 53, 05 and 77. RGB value is (83,5,119). Sum of RGB (Red+Green+Blue) = 83+5+119=207 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.10% from 207); Green value is 5 (2.34% from 255 or 2.42% from 207); Blue value is 119 (46.88% from 255 or 57.49% from 207); Max value from RGB is 119 - color contains mainly: blue. Hex color #530577 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530577 is #ACFA88. Grayscale: #282828. Windows color (decimal): -11336329 or 7800147. OLE color: 7800147.

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

Color convert

RGB 83 5 119 -
CMYK 0.30 0.96 0 0.53
HSL 281.05º 0.92% 0.24% -
HSV(B) 281.05º 0.96% 0.47% -
XYZ 6.95 3.28 17.72 -
YUV 41.32 171.84 157.73 -
System Red Green Blue C M Y K H S L
Decimal 83 5 119 0.30 0.96 0 0.53 281.05 0.92 0.24
Hex 53 5 77 1E 60 0 35 119 5C 18
Octal 123 5 167 36 140 0 65 431 134 30
Binary 1010011 101 1110111 11110 1100000 0 110101 100011001 1011100 11000

Color Harmonies of #530577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530577

Black with #530577

Text Example


Text Example

White with #530577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530577; }

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

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

background-color css

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

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

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

border-color css

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

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

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